mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
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:
parent
6b8c516599
commit
9be7d1f1a6
@ -1,6 +1,9 @@
|
|||||||
To extract an uncompressed archive:
|
To extract an uncompressed archive:
|
||||||
tar -xvf /path/to/foo.tar
|
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:
|
To extract a .gz archive:
|
||||||
tar -xzvf /path/to/foo.tgz
|
tar -xzvf /path/to/foo.tgz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user