The shell gives you the ability to work more efficiently by using keyboard commands rather than a GUI.
cd and ls are useful commands to navigate a file system.
Tab completion can reduce errors from mistyping and make work more efficient in the shell.
First key point.
Scripts are a collection of commands executed together
FIXME