From 9be7d1f1a6b52aed902620351732a7f74d7bad42 Mon Sep 17 00:00:00 2001 From: Simnol Date: Sun, 18 Aug 2013 15:31:09 +0100 Subject: [PATCH] Update tar Added 'To create an uncompressed archive:' for no other reason than it was missing and was annoying me. --- .cheat/tar | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cheat/tar b/.cheat/tar index 54882b4..a0f7a41 100644 --- a/.cheat/tar +++ b/.cheat/tar @@ -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