Command options
Options go after a dash to change what a command does. For
ls
:
-a
—
show
hidden files
-l
—
show
details
> ls -a
student@ubuntu:~$