标签: bash find
我如何能够捕获此find命令的输出。当我运行它时,它不会显示任何内容 - 但是文件正在压缩。
find /home/casper/foo.* -type f ! -name *gz -mtime +7 -exec gzip {} \;
答案 0 :(得分:2)
将--verbose添加到gzip命令。
--verbose
gzip