man öffnet die Hilfeseite nur, angezeigt wird sie von less ls --help ls -h ls -?
… funktioniert mit vielen Kommandos, aber nicht mit allen.
Webbasiert: http://explainshell.com/explain
Handbuchseite eines Kommandos anzeigen (anhand von ip und crontab): 1)
man ip
Nach 'crontab' von Anfang an (Section 1, dann 2, 3, …) suchen und ersten Treffer anzeigen:
man crontab
Nach 'crontab' nur innerhalb von Section 5 suchen:
man 5 crontab
Handbuchseite für crontab schön formatiert als PDF generieren (Minuszeichen am Ende nicht vergessen):
man -t crontab | gs -q -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=crontab.pdf -
Alle vorhandenen Handbuchseiten auflisten:
man -a passwd
Gliederung von Handbuchseiten:
| NAME | commandname with short description of the syntax | 
| SYNOPSIS | overview command incl. parameters | 
| DESCRIPTION | detailed description of the command and its options | 
| FILES | related files | 
| EXAMPLES | usage examples | 
| SEE ALSO | related topics | 
| COPYRIGHT | authors of the command | 
| BUGS | known bugs of the command | 
apropos password whatis passwd man -k password
apropos ist ein symbolischer Link auf man -k.
help alias
help ohne ein Kommando dahinter listet alle in die Shell eingebauten Kommandos auf.
Das GNU-Projekt bevorzugt info-Pages statt der üblichen Handbuchseiten. Das Blättern darin ist
aber eher umständlich:
info date
Verwendung auf eigene Gefahr  
# apt-get install tldr $ tldr -u $ tldr rsync
$ curl cht.sh $ curl cht.sh/rsync $ curl cht.sh/go+create+file $ curl cht.sh/shell+create+file
siehe Fehlersuche
script -t 2> mitschrift.timing -a mitschrift.session
Protokoll beenden: Strg + d
Mitschrift abspielen:
scriptreplay mitschrift.timing mitschrift.session