upackddir - extract PackdDir files.
upackddir [ options ] FILENAME...
Extracts and create PackdDir files.
By default upackddir extracts the given file, if
FILENAME is '-' stdin will be used.
- -t, --list
- just list the contents of the archive.
- -c, --create
- create a new archive.
- -f, --file=ARG
- use this filename for a newly created archive. Default is stdout.
- -x FILE
- extracts FILE from the packddir archive, can be used multiple times.
- --help
- display help and exit.
- --version
- output version information and exit.
Extracting a PackdDir file:
upackddir foo.pak
Creating a PackdDir file:
upackddir -c . > currentdirectory.pak
upackddir -cf currentdirectory.pak .
upackddir -cf variuous.pak /root /var /tmp
Written by Fabio Bonelli <fabiobonelli@libero.it>.
Report bugs to <fabiobonelli@libero.it>.
Copyright © 2003-2004 Fabio Bonelli.
This is free software under the GPLv2; see the source and COPYING file for
copying conditions. There is NO warranty; not even for MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.