It's my Notepad...
.......UNIX/Linux administration,High availability, Virtualization,Scripting
Showing posts with label
man
.
Show all posts
Showing posts with label
man
.
Show all posts
14 November 2007
How to convert man pages into a text file
Sometimes it required to convert man pages into a text file.Below command will do the needful
$
man passwd | col -b > /tmp/a
where
/tmp/a
is the output file location
Older Posts
Home
Subscribe to:
Posts (Atom)