diff options
-rw-r--r-- | tar.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ tar -cf <new archive name> <files> # usually tar -cf directory.tar directory/ + # gzipped: + tar -czf archive.tar.gz files... + ## List contents (-t) tar -tf <archive> |