×

Loading...

Anyone know how to redirect man command output to a text file in unix.

e.g.

% man ls
you see ls command's manual
% man ls > aaa
you get file aaa with lots of control characters in it.

What command can give a pure text output of command ls's manual?

THX
Report