How do I turn off the output from tar commands on Unix? [closed] October 19, 2022 by Tarik Just drop the option v. -v is for verbose. If you don’t use it then it won’t display: tar -zxf tmp.tar.gz -C ~/tmp1