This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / 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
-unix_learner(unix_learner);
2001-6-1
{196}
(#87625@0)
-
man ls | col -b > ls.text
-pazu(InTheSky);
2001-6-1
(#87640@0)
-
Cool, Thx.
-unix_learner(unix_learner);
2001-6-1
(#87664@0)
-
and rainning too...hoho...u r welcome...
-pazu(InTheSky);
2001-6-1
(#87667@0)
-
test
-guest:guest;
2001-6-1
(#87676@0)