gzip -dc myfile.gz | grep 'Exception' | more 或者 gzip -c myfile.gz | grep 'Exception' | more 转载于:https://www.cnblogs.com/yangzhilong/p/5787082.html