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


如何将man转存为文本文件?
以ls的man为例
man ls |col -b >ls.txt
将info变成文本,以make为例
info make -o make.txt -s

相关内容

    暂无相关文章