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