Linux - 如何將man轉存為文本文件?

以ls的man為例

man ls |col -b >ls.txt

將info變成文本,以make為例
info make -o make.txt -s


Comments