Which of the following tar options support compression?
tar
The -z option uses gzip compression, and the -J option uses xz compression. The -x, -c, and -v options control extraction, archive creation, and verbose output, respectively.
-z
-J
-x
-c
-v
Community Discussion