]> arthur.barton.de Git - netatalk.git/blob - man/man1/acleandir.1
9aa301deca5a8e39609f813717f2ff4504e3f40c
[netatalk.git] / man / man1 / acleandir.1
1 .TH acleandir 1 "26 Feb 1998" 2.0.1 Netatalk 
2 .SH NAME
3 acleandir \- clean up a directory containing netatalk Apple Macintosh files
4 .SH SYNOPSIS
5 \fBacleandir\fR [\-rnvi] \fBdirname\fR 
6 .sp 1
7 .SH DESCRIPTION
8 acleandir cleans up the directory \fIdirname.\fR By default it simply removes
9 "orphan" AppleDouble files, i.e. those which do not have a
10 corresponding data file.
11 .SH OPTIONS
12 .TP 
13 \fB\-d\fR
14 Also remove the .AppleDouble directory if it contains no
15 AppleDouble files after "orphan" removal. This will result
16 in the finder location of \fIdirname\fR
17 within its parent being lost.
18 .TP 
19 \fB\-r\fR, \fB\-R\fR
20 Recursive. Clean up directories recursively.
21 .TP 
22 \fB\-n\fR
23 Display the filenames of "orphans" but don't
24 remove any. Display size if "orphan" appears to contain a
25 resource fork.
26 .TP 
27 \fB\-i\fR
28 Interactive. Prompt for confirmation before a removal. A y in
29 answer confirms that the removal should proceed.
30 .TP 
31 \fB\-v\fR
32 Verbose. Display the names of all "orphans" and
33 \&.AppleDouble directories removed. Reports the size if the
34 "orphan" appears to contain a resource fork.
35 .TP 
36 \fB\-a\fR
37 Aggressive. Remove all AppleDouble files, not just
38 "orphans". Also remove the .AppleDesktop directory if
39 present. Impies \fB\-d\fR option. Use with caution as the
40 Macintosh type/creator and finder location of all files will be lost
41 and the content of some documents, such as Symantec Projects, will
42 be destroyed.
43 .SH DIAGNOSTICS
44 returns exit status 0 unless bad options are provided or a directory
45 is not given on the command line.
46 .SH "SEE ALSO"
47 \fBafile\fR(1),
48 \fBafpd\fR(8)
49