1REARJ(1) Arj Software REARJ(1)
2
3
4
6 rearj - Converts other archive formats to .arj files
7
9 rearj [options] <!listfile(s)|filespec(s)|wildname(s)>
10
12 The rearj command can repackage other archive formats to arj.
13
15 -+ Ignore REARJ_SW variable.
16
17 -a[suffix]
18 Convert archives within archives ("*" for all formats).
19
20 -bcommand
21 Execute command before extracting files.
22
23 -ccommand
24 Execute command on extracted files before counting them.
25
26 -d Delete original archives.
27
28 -e No error switch.
29
30 -f Convert diskette archives.
31
32 -g Skip creation of output archive.
33
34 -i[name]
35 Check integrity of rearj program.
36
37 -j Skip if output archive size is larger than the original.
38
39 -k Skip archive timestamping.
40
41 -l[name]
42 Write append log file (default name is rearj.log).
43
44 -m[date]
45 Select archives before date in YYMMDDHHMMSS format.
46
47 -n[date]
48 Select archives on or after date in YYMMDDHHMMSS format.
49
50 -o Allow overwrite of existing target archive.
51
52 -p Ignore long filenames under Windows 95.
53
54 -q Query for each archive to convert.
55
56 -r Recurse through subdirectories.
57
58 -s Skip verify of file count and total size.
59
60 -tsuffix
61 Create suffix type archives.
62
63 -u[bak]
64 Allow update of archive with backup (default is BAK).
65
66 -v Execute configured command on extracted files.
67
68 -wdir Assign work directory.
69
70 -x[!]file
71 Exclude by filename, wildname, or listfile.
72
73 -y[text]
74 Delete output archive and write text to log (testing mode).
75
76 -z Simulate operation.
77
79 REARJ_SW If set, its value will be used as command line options.
80
82 0 Success.
83
84 1 File not found.
85
86 2 File is not a configured archive type.
87
88 3 Target archive already exists.
89
90 4 Not enough disk space.
91
92 5 User skipped or user did not select update option.
93
94 6 UNPACK command error.
95
96 7 PACK command error.
97
98 8 Target cannot support directories.
99
100 9 Wrong file count.
101
102 10 Wrong total size.
103
104 11 Internal archive REARJ error.
105
106 12 Rename archive error.
107
108 13 Invoked -v command error (found a virus?).
109
110 14 Output archive is larger.
111
113 rearj * -r -d
114 Convert all archives to ARJ format, searching all subdirecto‐
115 ries, deleting original archives.
116
118 arj(1).
119
121 This manual page was written by Ola Lundqvist <opal@debian.org> in pod
122 format, then converted by Guillem Jover <guillem@debian.org> to nroff
123 format.
124
125
126
127
1283.10 2003-03-10 REARJ(1)