我看了一下选项,但似乎没有什么明显的方法可以在解压缩文件时关闭输出。下面是我目前使用的代码..我只需要关闭输出的选项。
tar -zxvf tmp.tar.gz -C ~/tmp1
Just drop the option v.
v
-v is for verbose. If you don't use it then it won't display:
-v
tar -zxf tmp.tar.gz -C ~/tmp1