4.2.1. Command options#

A command might support additional options.

For example, the command:

ls

— prints a list of files in a directory, whereas:

ls -a

— will also print hidden files in that directory.