Tar
Documentation
Options
Usage
Creating an uncompressed tar Archive using option -cvf
Extracting files from Archive using option -xvf
gzip compression on the tar Archive, using option -z
Extracting a gzip tar Archive *.tar.gz using option -xvzf
Creating compressed tar archive file in Linux using option -j
Untar single tar file or specified directory in Linux
Untar multiple .tar, .tar.gz, .tar.tbz file in Linux
Check size of existing tar, tar.gz, tar.tbz file in Linux
Update existing tar file in Linux
List the contents and specify the tarfile using option -tf
Applying pipe to through ‘grep command’ to find what we are looking for
We can pass a file name as an argument to search a tarfile
Viewing the Archive using option -tvf
Wildcards
To search for an image in .png format
Last updated