Commands to know: tar Flashcards
summary?
tar ||
-c
creates a new archive
-f
creates the new archive on (or reads an existing archive from) file, where file can be a plain fule
-M
handles multi-volume archive
-r
appends files to the archive
-t
displays “table of contents” of the archive
-u
replaces files which are newer than their version inside the archive (“update”
-v
verbose mode
-x
extracts files and directorise from an archive
-z
compresses or decompresses the archive using gzip
-j
compresses or decompresses the archive using bzip2
creates a new archive
-c
file, creates the new archive on (or reads an existing archive from) file, where file can be a plain fule
-f
handles multi-volume archive
-M
appends files to the archive
-r