Shell commands
Shell commands are special words you pass to the command line interface to perform some task. For instance, the command mkdir
is used to create a directory, ls
is used to list the content of a folder, cat
is used to print the content of a text file. In the next few pages, our focus will be on trying out these simple commands.