Package: tar
Version: 1.27.1-2
Severity: wishlist
File: /usr/share/man/man1/tar.1.gz
This needs | -f file |:
SYNOPSIS
tar [-] A --catenate --concatenate | c --create | d --diff --compare |
--delete | r --append | t --list | --test-label | u --update | x
--extract --get [options] [pathname ...]
And at the bottom of
EXAMPLES
Create archive.tar from files foo and bar.
tar -cf archive.tar foo bar
List all files in archive.tar verbosely.
tar -tvf archive.tar
Extract all files from archive.tar.
tar -xf archive.tar
please add
Extract some of the files from archive.tar.
tar -xf archive.tar some*pattern.txt
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]