explainshell.com - tar xzvf archive.tar.gz
shellcommand-linetarunix
Abstraction: Interactive shell command explainer for tar archive extraction flags
Key points:
xflag: extract files from an archivezflag: filter archive through gzip compression/decompressionvflag: verbosely list files processed; each additionalvincreases verbosity (max level 3)fflag: specifies the archive file or device; colon in name denotes remote machine (hostname:path)- Remote access uses rsh by default; optional username can be prefixed to hostname
Connections: Explainshell · Command Line Tools · Shell Scripting
Source: http://explainshell.com/explain?cmd=tar+xzvf+archive.tar.gz