Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Module review

So far, we have explored popular shell commands directly from keyboard inputs but we've barely scratched the surface of shell scripting. In the next section, we will learn how to execute these commands as scripts from a file. I have included links to additional resources below.

Additional resources

  1. Bash reference (reference)

  2. basic shell commands (blog post)

  3. Bash Scripting Tutorial for Beginners (video)

  4. Vs code for beginners (video)