SyntaxFix
Write A Post
Hire A Developer
Questions
🔍
[linux] what does -zxvf mean in tar -zxvf <filename>?
Home
Question
what does -zxvf mean in tar -zxvf <filename>?
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
.
Examples related to
linux
•
grep's at sign caught as whitespace
•
How to prevent Google Colab from disconnecting?
•
"E: Unable to locate package python-pip" on Ubuntu 18.04
•
How to upgrade Python version to 3.7?
•
Install Qt on Ubuntu
•
Get first line of a shell command's output
•
Cannot connect to the Docker daemon at unix:/var/run/docker.sock. Is the docker daemon running?
•
Run bash command on jenkins pipeline
•
How to uninstall an older PHP version from centOS7
•
How to update-alternatives to Python 3 without breaking apt?
Examples related to
tar
•
gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now
•
Create a .tar.bz2 file Linux
•
what does -zxvf mean in tar -zxvf <filename>?
•
tar: file changed as we read it
•
Create a tar.xz in one command
•
How to tar certain file types in all subdirectories?
•
Tar a directory, but don't store full absolute paths in the archive
•
How to uncompress a tar.gz in another directory
•
How to extract filename.tar.gz file
•
Utilizing multi core for tar+gzip/bzip compression/decompression