1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 04:59:50 +02:00

The Bash Hackers Wiki (#2535)

Update bash scripting with 'The Bash Hackers Wiki' link. Must read for everyone who wants to learn bash.
This commit is contained in:
Patryk Krawaczyński
2022-10-17 08:34:23 +02:00
committed by GitHub
parent 63e752e2f9
commit b9d2a2832b

View File

@@ -13,4 +13,5 @@ With a CLI shell like Bash, you type commands into the program to directly contr
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://linuxcommand.org/lc3_writing_shell_scripts.php'>Writing Shell Scripts</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/shell-scripting-crash-course-how-to-write-bash-scripts-in-linux/'>Shell Scripting for Beginners</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html'>A guide to Bash</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://wiki.bash-hackers.org/'>The Bash Hackers Wiki</BadgeLink>
<BadgeLink badgeText='Course' colorScheme='green' href='https://www.codecademy.com/learn/bash-scripting'>Codecademy - Learn Bash Scripting</BadgeLink>