mirror of
https://github.com/cheat/cheat.git
synced 2025-12-08 00:14:00 +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
|