1APPLE_DUMP(1) 3.1.14 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 is a perl script to dump AppleSingle/AppleDouble format
23 data.
24
25 This script can dump various AppleSingle/AppleDouble data created by
26 mailer, archiver, Mac OS X, Netatalk and so on.
27
28 With no FILE|DIR, or when FILE|DIR is '-', read standard input.
29
31 -a [FILE|DIR]
32 This is default. Dump a AppleSingle/AppleDouble data for FILE or
33 DIR automatically. If FILE is not AppleSingle/AppleDouble format,
34 look for extended attribute, .AppleDouble/FILE and ._FILE. If DIR,
35 look for extended attribute, DIR/.AppleDouble/.Parent and ._DIR.
36
37 -e FILE|DIR
38 Dump extended attribute 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 file or directory, a parent
55 directory is .AppleDouble, filename is ._*, filename is .Parent, and so
56 on.
57
58 If setting option -e, -f or -d, assume FinderInfo and doesn't look for
59 another data.
60
62 ad(1), getfattr(1), attr(1), runat(1), getextattr(8), lsextattr(8)
63
64
65
663.1.14 12 Nov 2015 APPLE_DUMP(1)