mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 17:08:35 +01:00
6 lines
96 B
Text
6 lines
96 B
Text
|
# Convert a man page to pdf
|
||
|
man -t bash | ps2pdf - bash.pdf
|
||
|
|
||
|
# View the ascii chart
|
||
|
man 7 ascii
|