Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
PACKDDIR(1)		    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  std-
	      out.

       -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 MER-
       CHANTABILITY or FITNESS FOR A PARTICULAR	PURPOSE.

User Commands			   June	2003			   PACKDDIR(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=upackddir&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>

home | help