There's just a few additional commands that we should know before we'll be Terminal heroes.
How do you think can we find the manual for a command?
Nice! The man command brings up a full manual for a command. Using man with ls, for example, displays all the details of the ls command.
Psst: we can quit the manual using the Q key.
Does --help really look like a command?