]> arthur.barton.de Git - netatalk.git/blob - man/man1/apple_cp.1.tmpl
New man page with variable substitution.
[netatalk.git] / man / man1 / apple_cp.1.tmpl
1 .TH APPLE_CP 1 "15 Oct 2001" "Netatalk 1.5"
2 .SH NAME
3 apple_cp \- Do an apple copy, copying the resource fork as well
4 .SH SYNOPSIS
5 .BR :BINDIR:/apple_cp
6 \fISOURCE DEST\fR
7 .br
8 .BR :BINDIR:/apple_cp
9 \fISOURCE\fR... \fIDIRECTORY\fR
10
11 .SH DESCRIPTION
12 .BR apple_cp
13 is a perl script to copy SOURCE to DEST or multiple SOURCE(s) to
14 DIRECTORY. It also copies the resource forks to the .AppleDouble
15 directory. If the .AppleDouble directory doesn't exist for DEST or
16 DIRECTORY it will create it.
17
18 .SH EXAMPLES
19
20 .BR :BINDIR:/apple_cp
21 test.text /target/directory/
22
23 .BR :BINDIR:/apple_cp
24 test.text /target/directory/test2.text
25
26 .BR :BINDIR:/apple_cp
27 test.text testing.text /target/directory/
28
29 .SH REPORTING BUGS
30 Report bugs to the Netatalk-devel list <netatalk-devel@lists.sourceforge.net>.
31
32 .SH SEE ALSO
33 .BR apple_mv (1),
34 .BR apple_rm (1).