DragonFly On-Line Manual Pages
PACKDDIR(1) DragonFly General Commands Manual PACKDDIR(1)
NAME
upackddir - extract PackdDir files.
SYNOPSIS
upackddir [ options ] FILENAME...
DESCRIPTION
Extracts and create PackdDir files.
By default upackddir extracts the given file, if FILENAME is '-' stdin
will be used.
OPTIONS
-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.
EXAMPLES
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
AUTHOR
Written by Fabio Bonelli <fabiobonelli@libero.it>.
REPORTING BUGS
Report bugs to <fabiobonelli@libero.it>.
COPYRIGHT
Copyright (C) 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.
User Commands June 2003 PACKDDIR(1)