Usage: tar [MODE] [OPTION] [FILE]...
MODE may be chosen from
c Create x Extract t List |
Options:
f FILE Use FILE for tarfile (or stdin if '-') O Extract to stdout exclude FILE File to exclude v List files processed |
Example:
$ zcat /tmp/tarball.tar.gz | tar -xf - $ tar -cf /tmp/tarball.tar /usr/local |