Commands Help : tar

  •  The GNU version of the tar archiving utility

[SYNOPSIS] tar OPTION FILE
option
fuse archive file or device ARCHIVE
vverbosely list files processed
xextract files from an archive
# tar xvf file.tar
zfilter the archive through gzip
# tar zxvf file.tar.gz
jfilter the archive through bzip2
# tar jxvf file.tar.bz2
ccreate a new archive
# tar cvf file.tar file1 file2
tlist the contents of an archive
# tar tvf file.tar
uonly append files newer than copy in archive
# tar uvf file.tar file1
--deletedelete from the archive (not on mag tapes!)
# tar --delete -vf file.tar file1

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators