tar Full Flag Listings

Full Flag listing



Functions


Specifying one of the following functions selects what tar's main mode of operation will be:
click meclick me
A, --catenate, --concatenateAppend tar files to an archive.
c, --createCreate a new archive.
d, --diff, --compareCalculate any differences between the archive and the file system.
--deleteDelete from the archive. (This function doesn't work on magnetic tapes).
r, --appendAppend files to the end of a tar archive.
t, --listList the contents of an archive.
--test-labelTest the archive label, and exit.
u, --updateAppend files, but only those that are newer than the copy in the archive.
x, --extract, --getExtract files from an archive.