1APPLE_DUMP(1) Netatalk AFP Fileserver Manual APPLE_DUMP(1)
2
3
4
6 apple_dump - Dump AppleSingle/AppleDouble format data
7
9 apple_dump [-a] [FILE | DIR]
10
11 apple_dump -e FILE | DIR
12
13 apple_dump -f [FILE]
14
15 apple_dump -d [FILE]
16
17 apple_dump -h | -help | --help
18
19 apple_dump -v | -version | --version
20
22 apple_dump dumps AppleSingle/AppleDouble format data.
23
24 It can dump various AppleSingle/AppleDouble data created by mailers,
25 archivers, Mac OS X, Netatalk and so on.
26
27 With no FILE|DIR, or when FILE|DIR is '-', read standard input.
28
30 -a [FILE|DIR]
31 This is the default. Dump AppleSingle/AppleDouble data for FILE or
32 DIR automatically. If FILE is not in AppleSingle/AppleDouble
33 format, look for extended attributes, .AppleDouble/FILE and ._FILE.
34 If DIR, look for extended attributes, DIR/.AppleDouble/.Parent and
35 ._DIR.
36
37 -e FILE|DIR
38 Dump extended attributes of FILE or DIR.
39
40 -f [FILE]
41 Dump FILE. Assume FinderInfo to be FileInfo.
42
43 -d [FILE]
44 Dump FILE. Assume FinderInfo to be DirInfo.
45
46 -h, -help, --help
47 Display the help and exit
48
49 -v, -version, --version
50 Show version and exit
51
53 There is no way to detect whether FinderInfo is FileInfo or DirInfo. By
54 default, apple_dump examines whether the file, directory or parent
55 directory is .AppleDouble, filename is ._*, filename is .Parent, and so
56 on.
57
58 When setting option -e, -f or -d, assume FinderInfo and don't look for
59 other data.
60
62 ad(1), getfattr(1), attr(1), runat(1), getextattr(8), lsextattr(8)
63
65 See CONTRIBUTORS[1]
66
68 1. CONTRIBUTORS
69 https://github.com/Netatalk/netatalk/blob/main/CONTRIBUTORS
70
71
72
73Netatalk 3.1.18 12 Nov 2015 APPLE_DUMP(1)