I have seen on many websites commands like this what does the "-zxvf" or the similar commands stand for?
tar -zxvf <filename> tar xvf <filename>
Popular tar programs like the BSD and GNU versions of tar support the command line options Z (compress), z (gzip), and j (bzip2) to compress or decompress the archive file upon creation or unpacking.
z – filter archive through gzip. r – append or update files or directories to the existing archive files. W – Verify an archive file. wildcards – Specify patterns in UNIX tar command.
z
means (un)z̲ip.x
means ex̲tract files from the archive.v
means print the filenames v̲erbosely.f
means the following argument is a f̱ilename.For more details, see tar
's man page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With