Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 426 Bytes

Help and manual pages.md

File metadata and controls

29 lines (16 loc) · 426 Bytes

Help and manual pages

Help

<command> help
<command> -h
<command> --help

Manual pages

man <command>

Pipe man page into text editor

man <command> | col -b | <editor>

Output man page to file

man <command> | col -b > <file>

Command Information

Show how command would be interpreted when run

type <command>

Show all possible definitions of a specified name

type -a <command>