中国Linux公社论坛's Archiver
论坛
›
命令行使用小技巧与SHELL编程
› 将man命令产生的内容无乱码的输出到文本文件应该怎样写阿
hitertan
发表于 2004-5-27 13:47:44
将man命令产生的内容无乱码的输出到文本文件应该怎样写阿
我使用man ***>test.txt命令输出的文本文件中很多乱码,想问一下用什么命令才可以解决这个问题呢?
javalee
发表于 2004-5-27 14:17:08
man command|col -b >com.txt
hitertan
发表于 2004-5-27 15:28:18
thanks!
页:
[1]
查看完整版本:
将man命令产生的内容无乱码的输出到文本文件应该怎样写阿