~ubuntu-branches/ubuntu/precise/arj/precise-security

« back to all changes in this revision

Viewing changes to resource/en/rearj.1

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover
  • Date: 2004-06-27 08:07:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040627080709-1gkxm72ex66gkwe4
Tags: upstream-3.10.21
ImportĀ upstreamĀ versionĀ 3.10.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\"                                      Hey, EMACS: -*- nroff -*-
 
2
.TH REARJ 1 2003-03-10 "3.10" "Arj Software"
 
3
.\" Please adjust this date whenever revising the manpage.
 
4
.\"
 
5
.\" Some roff macros, for reference:
 
6
.\" .nh        disable hyphenation
 
7
.\" .hy        enable hyphenation
 
8
.\" .ad l      left justify
 
9
.\" .ad b      justify to both left and right margins
 
10
.\" .nf        disable filling
 
11
.\" .fi        enable filling
 
12
.\" .br        insert line break
 
13
.\" .sp <n>    insert n+1 empty lines
 
14
.\" for manpage-specific macros, see man(7)
 
15
.SH NAME
 
16
rearj \- Converts other archive formats to .arj files
 
17
.SH SYNOPSIS
 
18
.B rearj
 
19
.RI [ options ]
 
20
.RI < !listfile(s) | filespec(s) | wildname(s) >
 
21
.SH DESCRIPTION
 
22
The
 
23
.B rearj
 
24
command can repackage other archive formats to arj.
 
25
.SH OPTIONS
 
26
.TP
 
27
.B \-+
 
28
Ignore REARJ_SW variable.
 
29
.TP
 
30
.BI \-a [suffix]
 
31
Convert archives within archives ("*" for all formats).
 
32
.TP
 
33
.BI \-b command
 
34
Execute command before extracting files.
 
35
.TP
 
36
.BI \-c command
 
37
Execute command on extracted files before counting them.
 
38
.TP
 
39
.B \-d
 
40
Delete original archives.
 
41
.TP
 
42
.B \-e
 
43
No error switch.
 
44
.TP
 
45
.B \-f
 
46
Convert diskette archives.
 
47
.TP
 
48
.B \-g
 
49
Skip creation of output archive.
 
50
.TP
 
51
.BI \-i [name]
 
52
Check integrity of
 
53
.I rearj
 
54
program.
 
55
.TP
 
56
.B \-j
 
57
Skip if output archive size is larger than the original.
 
58
.TP
 
59
.B \-k
 
60
Skip archive timestamping.
 
61
.TP
 
62
.BI \-l [name]
 
63
Write append log file (default name is
 
64
.IR rearj.log ).
 
65
.TP
 
66
.BI \-m [date]
 
67
Select archives before date in
 
68
.I YYMMDDHHMMSS
 
69
format.
 
70
.TP
 
71
.BI \-n [date]
 
72
Select archives on or after date in
 
73
.I YYMMDDHHMMSS
 
74
format.
 
75
.TP
 
76
.B \-o
 
77
Allow overwrite of existing target archive.
 
78
.TP
 
79
.B \-p
 
80
Ignore long filenames under Windows 95.
 
81
.TP
 
82
.B \-q
 
83
Query for each archive to convert.
 
84
.TP
 
85
.B \-r
 
86
Recurse through subdirectories.
 
87
.TP
 
88
.B \-s
 
89
Skip verify of file count and total size.
 
90
.TP
 
91
.BI \-t suffix
 
92
Create suffix type archives.
 
93
.TP
 
94
.BI \-u [bak]
 
95
Allow update of archive with backup (default is
 
96
.IR BAK ).
 
97
.TP
 
98
.B \-v
 
99
Execute configured command on extracted files.
 
100
.TP
 
101
.BI \-w dir
 
102
Assign work directory.
 
103
.TP
 
104
.BI \-x [!]file
 
105
Exclude by filename, wildname, or listfile.
 
106
.TP
 
107
.BI \-y [text]
 
108
Delete output archive and write text to log (testing mode).
 
109
.TP
 
110
.B \-z
 
111
Simulate operation.
 
112
.SH ENVIRONMENT
 
113
.B REARJ_SW
 
114
If set, its value will be used as command line options.
 
115
.SH "EXIT STATUS"
 
116
.TP
 
117
.BR 0
 
118
Success.
 
119
.TP
 
120
.BR 1
 
121
File not found.
 
122
.TP
 
123
.BR 2
 
124
File is not a configured archive type.
 
125
.TP
 
126
.BR 3
 
127
Target archive already exists.
 
128
.TP
 
129
.BR 4
 
130
Not enough disk space.
 
131
.TP
 
132
.BR 5
 
133
User skipped or user did not select update option.
 
134
.TP
 
135
.BR 6
 
136
UNPACK command error.
 
137
.TP
 
138
.BR 7
 
139
PACK command error.
 
140
.TP
 
141
.BR 8
 
142
Target cannot support directories.
 
143
.TP
 
144
.BR 9
 
145
Wrong file count.
 
146
.TP
 
147
.BR 10
 
148
Wrong total size.
 
149
.TP
 
150
.BR 11
 
151
Internal archive REARJ error.
 
152
.TP
 
153
.BR 12
 
154
Rename archive error.
 
155
.TP
 
156
.BR 13
 
157
Invoked \-v command error (found a virus?).
 
158
.TP
 
159
.BR 14
 
160
Output archive is larger.
 
161
.SH EXAMPLE
 
162
.TP
 
163
.B rearj * \-r \-d
 
164
Convert all archives to \fBARJ\fP format, searching all subdirectories,
 
165
deleting original archives.
 
166
.SH SEE ALSO
 
167
.BR arj (1).
 
168
.SH AUTHOR
 
169
This manual page was written by Ola Lundqvist <opal@debian.org> in pod format,
 
170
then converted by Guillem Jover <guillem@debian.org> to nroff format.
 
171