mirror of
https://github.com/cheat/cheat.git
synced 2025-04-12 20:46:06 +02: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
|