-
Notifications
You must be signed in to change notification settings - Fork 0
/
upackddir.1
55 lines (53 loc) · 1.27 KB
/
upackddir.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH PACKDDIR "1" "June 2003" "User Commands"
.SH NAME
upackddir \- extract PackdDir files.
.SH SYNOPSIS
.B upackddir
[
.I options
]
\fBFILENAME...\fR
.SH DESCRIPTION
.PP
Extracts and create PackdDir files.
By default \fBupackddir\fR extracts the given file, if \fBFILENAME\fR is '-'
stdin will be used.
.SH OPTIONS
.TP
\fB\-t, \-\-list\fR
just list the contents of the archive.
.TP
\fB\-c, \-\-create\fR
create a new archive.
.TP
\fB\-f, \-\-file=ARG\fR
use this filename for a newly created archive. Default is stdout.
.TP
\fB\-x FILE\fR
extracts FILE from the packddir archive, can be used multiple times.
.TP
\fB\-\-help\fR
display help and exit.
.TP
\fB\-\-version\fR
output version information and exit.
.SH EXAMPLES
Extracting a PackdDir file:
.br
upackddir foo.pak
Creating a PackdDir file:
.br
upackddir -c . > currentdirectory.pak
.br
upackddir -cf currentdirectory.pak .
.br
upackddir -cf variuous.pak /root /var /tmp
.SH AUTHOR
Written by Fabio Bonelli <[email protected]>.
.SH "REPORTING BUGS"
Report bugs to <[email protected]>.
.SH COPYRIGHT
Copyright \(co 2003-2004 Fabio Bonelli.
.br
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.