diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md index 98e4106f6..c707a06f4 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md @@ -9,5 +9,8 @@ You actually use GUI shells all the time. For example, Windows 10 is based on th With a CLI shell like Bash, you type commands into the program to directly control your computer's OS. Opening up the terminal on your Mac or command line in Linux will look similar to consoles and integrated development environments (IDEs) for other programming languages such as R, Ruby, or Python. You can type commands directly in the command line or run Bash scripts to perform longer and more complex tasks. Free Content +The Shell Scripting Tutorial +Writing Shell Scripts +Shell Scripting for Beginners A guide to Bash Codecademy - Learn Bash Scripting