Jeevachaithanyan Sivanandan

printout the manual pages.

In technology · 1 min read

if u want to print out a certain manual page..
try this
#man commandname > commandname.txt
u can simply take the print our file from the .txt file.
but it iwll produce some junk files also. ..to dele all of them
use this command in this way..
#man commandname | col -b > commandname.txt

u can make ur own manual booklet..:)