Join Nostr
2024-11-19 05:12:56 UTC

nixCraft 🐧 on Nostr: Want to print your #Linux and #Unix manual pages? Try Save the PostScript version to ...

Want to print your #Linux and #Unix manual pages? Try

Save the PostScript version to a file:
man -t {command} {command|.ps
man -t date date.ps
file date.ps
xdg-open date.ps

You send the PostScript directly to default printer:
man -t {command} | lp

This will send date manual page to the printer named hp0:
man -t date | lpr -Php0