Categorie

Archivio Articoli

Categorie

Commenti recenti

[Linux] Create PDF from man pages

 

 

 

 

 

 

To create a PDF file from man pages, open a terminal and type:

man -t linux_command | ps2pdf - linux_command.pdf

where linux_command is the name of the command you need.