2015年7月13日
摘要: zcat,bzcat 查看压缩文件中的内容并检索关键字 zcat txt.tar.gz | grep -a 'html' bzcat txt.tar.bz2 | grep -a 'html' grep -a --text #不要忽略二进制的数据。 sed -i 直接替换文件内容 sed -i 's# 阅读全文
posted @ 2015-07-13 17:03 bandbandme 阅读(586) 评论(0) 推荐(0) 编辑