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