1apple_mv(1) Netatalk apple_mv(1)
2
3
4
6 apple_mv - Do an apple move, moving metadata and the resource fork as
7 well
8
10 /usr/bin/apple_mv SOURCE DEST /usr/bin/apple_mv SOURCE... DIRECTORY
11
13 apple_mv is a perl script to move SOURCE to DEST or multiple SOURCE(s)
14 to DIRECTORY. It also moves 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_mv test.text /target/directory/
21
22 /usr/bin/apple_mv test.text /target/directory/test2.text
23
24 /usr/bin/apple_mv 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_cp(1), apple_rm(1).
32
33
34
35
362.0.3 22 Aug 2004 apple_mv(1)