|
|
how tar is used in linux - Linux
|
Views : 290
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Usage:
tar <operation> [options]
Common Operations:
-A, --catenate, --concatenate append tar files to an archive
-c, --create create a new archive
-r, --append append files to the end of an archive
-x, --extract, --get extract files from an archive
Common Options:
-f, --file [HOSTNAME:]F use archive file or device F
(default "-", meaning stdin/stdout)
-j, --bzip2 filter archive through bzip2,
use to decompress .bz2 files
-p, --preserve-permissions extract all protection information
-v, --verbose verbosely list files processed
-z, --gzip, --ungzip filter the archive through gzip,
use to decompress .gz files
|
|
By gowtham, On - 2010-02-03 |
|
|
|