heath
0
Q:

.tar

Create a new tar archive.
$ tar cvf archive_name.tar dirname/

Extract from an existing tar archive.
$ tar xvf archive_name.tar

View an existing tar archive.
$ tar tvf archive_name.tar
1
tar -czvf archive.tar.gz /usr/local/something
1
# tar cvzf MyImages-14-09-12.tar.gz /home/MyImages
OR
# tar cvzf MyImages-14-09-12.tgz /home/MyImages
1
tar -xf /path/to/archive.tar # unzip .tar
0

New to Communities?

Join the community