11 · The Command Line

man / --help

Get help on a command

Built-in documentation: “man” opens a command's full manual, and most tools print a quick summary with “--help.”

Concrete example

Unsure what a flag does? “tar --help” lists every option without leaving the terminal.