|
|
Return to General UNIX Home Page.
Redirecting MAN Pages to a File
by Jeff Hunter, Sr. Database Administrator
Trying to redirect a man page to a file using only the redirection command will produce many unreadable characters. Before redirecting the file, pipe the man page through the "col" command as show below.
# man rcs | col -bx > rcs.txt