1apple_cp(1) Netatalk apple_cp(1)
2
3
4
6 apple_cp - Do an apple copy, copying file metadata and the resource
7 fork as well
8
10 /usr/bin/apple_cp SOURCE DEST /usr/bin/apple_cp SOURCE... DIRECTORY
11
13 apple_cp is a perl script to copy SOURCE to DEST or multiple SOURCE(s)
14 to DIRECTORY. It also copies the file specific metadata (including
15 resource forks) to the .AppleDouble directory for DEST or DIRECTORY. If
16 the .AppleDouble directory doesn't exist for DEST or DIRECTORY it will
17 create it.
18
20 /usr/bin/apple_cp test.text /target/directory/
21
22 /usr/bin/apple_cp test.text /target/directory/test2.text
23
24 /usr/bin/apple_cp test.text testing.text /target/directory/
25
27 Report bugs to the Netatalk-devel list <netatalk-devel@lists.sourceā
28 forge.net>.
29
31 apple_mv(1), apple_rm(1).
32
33
34
35
362.0.3 22 Aug 2004 apple_cp(1)