]> arthur.barton.de Git - netatalk.git/blob - man/man1/apple_dump.1
Merge remote-tracking branch 'origin/develop' into spotlight
[netatalk.git] / man / man1 / apple_dump.1
1 '\" t
2 .\"     Title: apple_dump
3 .\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5 .\"      Date: 16 Jul 2012
6 .\"    Manual: Netatalk 3.0
7 .\"    Source: Netatalk 3.0
8 .\"  Language: English
9 .\"
10 .TH "APPLE_DUMP" "1" "16 Jul 2012" "Netatalk 3.0" "Netatalk 3.0"
11 .\" -----------------------------------------------------------------
12 .\" * set default formatting
13 .\" -----------------------------------------------------------------
14 .\" disable hyphenation
15 .nh
16 .\" disable justification (adjust text to left margin only)
17 .ad l
18 .\" -----------------------------------------------------------------
19 .\" * MAIN CONTENT STARTS HERE *
20 .\" -----------------------------------------------------------------
21 .SH "NAME"
22 apple_dump \- Dump AppleSingle/AppleDouble format data
23 .SH "SYNOPSIS"
24 .HP \w'\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\fBapple_dump\fR\fB\fR\ 'u
25 \fBapple_dump\fR\fB\fR [\-a] [\fIFILE\fR | \fIDIR\fR]
26 .br
27 \fBapple_dump\fR\fB\fR \-e \fIFILE\fR | \fIDIR\fR 
28 .br
29 \fBapple_dump\fR\fB\fR \-f [\fIFILE\fR]
30 .br
31 \fBapple_dump\fR\fB\fR \-d [\fIFILE\fR]
32 .br
33 \fBapple_dump\fR\fB\fR \-h | \-help | \-\-help 
34 .br
35 \fBapple_dump\fR\fB\fR \-v | \-version | \-\-version 
36 .SH "DESCRIPTION"
37 .PP
38 \fBapple_dump\fR
39 is a perl script to dump AppleSingle/AppleDouble format data\&.
40 .PP
41 This script can dump various AppleSingle/AppleDouble data created by mailer, archiver, Mac OS X, Netatalk and so on\&.
42 .PP
43 With no
44 \fIFILE\fR|\fIDIR\fR, or when
45 \fIFILE\fR|\fIDIR\fR
46 is \-, read standard input\&.
47 .SH "OPTIONS"
48 .PP
49 \fB\-a\fR [\fIFILE\fR|\fIDIR\fR]
50 .RS 4
51 This is default\&. Dump a AppleSingle/AppleDouble file for
52 \fIFILE\fR
53 or
54 \fIDIR\fR
55 automatically\&. If FILE is not AppleSingle/AppleDouble format, look for extended attribute,
56 \fI\&.AppleDouble/FILE\fR
57 and
58 \fI\&._FILE\fR\&. If
59 \fIDIR\fR, look for extended attribute,
60 \fIDIR/\&.AppleDouble/\&.Parent\fR
61 and
62 \fI\&._DIR\fR\&.
63 .RE
64 .PP
65 \fB\-e\fR \fIFILE\fR|\fIDIR\fR
66 .RS 4
67 Dump extended attribute of\fIFILE\fR
68 or
69 \fIDIR\fR\&.
70 .RE
71 .PP
72 \fB\-f\fR [\fIFILE\fR]
73 .RS 4
74 Dump
75 \fIFILE\fR\&. Assume FinderInfo to be FileInfo\&.
76 .RE
77 .PP
78 \fB\-d\fR [\fIFILE\fR]
79 .RS 4
80 Dump
81 \fIFILE\fR\&. Assume FinderInfo to be DirInfo\&.
82 .RE
83 .PP
84 \fB\-h, \-help, \-\-help\fR
85 .RS 4
86 Display the help and exit
87 .RE
88 .PP
89 \fB\-v, \-version, \-\-version\fR
90 .RS 4
91 Show version and exit
92 .RE
93 .SH "NOTE"
94 .PP
95 There is no way to detect whether FinderInfo is FileInfo or DirInfo\&. By default, apple_dump examins whether file or directory, a parent directory is \&.AppleDouble, filename is \&._*, filename is \&.Parent, and so on\&.
96 .PP
97 If setting option \-e, \-f or \-d, assume FinderInfo and doesn\'t look for another file\&.
98 .SH "SEE ALSO"
99 .PP
100 \fBad\fR(1),
101 \fBgetfattr\fR(1),
102 \fBattr\fR(1),
103 \fBrunat\fR(1),
104 \fBgetextattr\fR(8),
105 \fBlsextattr\fR(8)