将man转存为文本文件的方法

字体大小: 中小 标准 ->行高大小: 标准
如何将man转存为文本文件?
以ls的man为例
man ls |col -b >ls.txt
将info变成文本,以make为例
info make -o make.txt -s

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/48869.html