Update tar

Added 'To create an uncompressed archive:' for no other reason than it was missing and was annoying me.
This commit is contained in:
Simnol 2013-08-18 15:31:09 +01:00
parent 6b8c516599
commit 9be7d1f1a6
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
To extract an uncompressed archive:
tar -xvf /path/to/foo.tar
To create an uncompressed archive:
tar -cvf /path/to/foo.tar /path/to/foo/
To extract a .gz archive:
tar -xzvf /path/to/foo.tgz