e*******e 发帖数: 1837 | 1 我现在有一个gunzip(.gz)的文档文件(.txt), 在command line下有没有可能只解压或
者直接看一小部分文档? 比如pipe一部分解压文件到more?
谢谢! |
t****t 发帖数: 6806 | 2 zless
【在 e*******e 的大作中提到】 : 我现在有一个gunzip(.gz)的文档文件(.txt), 在command line下有没有可能只解压或 : 者直接看一小部分文档? 比如pipe一部分解压文件到more? : 谢谢!
|
e*******e 发帖数: 1837 | 3 Thanks!
【在 t****t 的大作中提到】 : zless
|
c*********n 发帖数: 128 | 4 It is the equivalent of setting the environment variable LESSOPEN to "|
gzip -cdfq %s", and then running less.
http://www.linuxcommand.org/man_pages/zless1.html
我正在纳闷为什么有程序可以真的只"看gunzip的text中的一部分"......
【在 t****t 的大作中提到】 : zless
|
t*****g 发帖数: 1275 | 5 or a more convenient equivalence - gzcat
【在 c*********n 的大作中提到】 : It is the equivalent of setting the environment variable LESSOPEN to "| : gzip -cdfq %s", and then running less. : http://www.linuxcommand.org/man_pages/zless1.html : 我正在纳闷为什么有程序可以真的只"看gunzip的text中的一部分"......
|