diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-07 21:04:39 +0200 | 
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-04-07 21:04:39 +0200 | 
| commit | 7924b69f99223b0fdf5538ed335f42a81be838d0 (patch) | |
| tree | 7feceecf28933605eb956f4409b03918f0b053c5 /examples | |
| parent | 8d6eab3225330fddf0c32ae10f1eb87803c5c325 (diff) | |
| download | busybox-7924b69f99223b0fdf5538ed335f42a81be838d0.tar.gz | |
tar: trim help text
Usage: tar c|x|t [-ZzJjahmvokO] [-f TARFILE] [-C DIR] [-T FILE] [-X FILE] [--exclude PATTERN]... [FILE]...
Create, extract, or list files from a tar file
Operation:  <============== DELETED
    c	Create
    x	Extract
    t	List
    -f FILE	Name of TARFILE ('-' for stdin/out)
    -C DIR	Change to DIR before operation
    -v	Verbose
    -O	Extract to stdout
    -m	Don't restore mtime
    -o	Don't restore user:group
    -k	Don't replace existing files
    -Z	(De)compress using compress
    -z	(De)compress using gzip
    -J	(De)compress using xz
    -j	(De)compress using bzip2
    -a	(De)compress using lzma
    -h	Follow symlinks
    -T FILE	File with names to include
    -X FILE	File with glob patterns to exclude
    --exclude PATTERN	Glob pattern to exclude
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions
