Tools Needed for Bash

Learn about the modes of shell and scripting.

We learned the basics of how to operate the file system using the shell. It is time to apply our knowledge and move from working with standalone commands to full programs. These programs written in Bash are called scripts. We will now learn how to write them.

When we use the interactive mode of Bash, we follow this workflow:

  1. We type a command in the terminal window.
  2. The Bash process loads our command in RAM.
  3. The interpreter executes the command.
  4. Bash removes our command from RAM.
Tools

Get hands-on with 1200+ tech skills courses.