From the course: Learning Bash Scripting
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Next steps - Bash Tutorial
From the course: Learning Bash Scripting
Next steps
The next step for you to take in your learning journey is to spend some time writing, reading, and modifying Bash scripts. Remember that if you come across something you're unfamiliar with, you can use the help built-in or the Bash man page to explore further. Bash scripts are everywhere in the Linux world, and now you're ready to dive in and work with them yourself. But keep in mind, it's best to keep Bash scripts simple and clear. Sometimes we'll need to use other languages to better accomplish our goal. See you next time.