~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to man/man1/apple_mv.1.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Rittau
  • Date: 2004-01-19 12:43:49 UTC
  • Revision ID: james.westby@ubuntu.com-20040119124349-es563jbp0hk0ae51
Tags: upstream-1.6.4
ImportĀ upstreamĀ versionĀ 1.6.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH APPLE_MV 1 "16 Oct 2001" "Netatalk 1.5"
 
2
.SH NAME
 
3
apple_mv \- Do an apple move, moving the resource fork as well
 
4
.SH SYNOPSIS
 
5
.BR :BINDIR:/apple_mv
 
6
\fISOURCE DEST\fR
 
7
.br
 
8
.BR :BINDIR:/apple_mv
 
9
\fISOURCE\fR... \fIDIRECTORY\fR
 
10
 
 
11
.SH DESCRIPTION
 
12
.BR apple_mv
 
13
is a perl script to move SOURCE to DEST or multiple SOURCE(s) to
 
14
DIRECTORY. It also moves the resource forks to the .AppleDouble
 
15
directory for DEST or DIRECTORY. If the .AppleDouble directory doesn't
 
16
exist for DEST or DIRECTORY it will create it.
 
17
 
 
18
.SH EXAMPLES
 
19
 
 
20
.BR :BINDIR:/apple_mv
 
21
test.text /target/directory/
 
22
 
 
23
.BR :BINDIR:/apple_mv
 
24
test.text /target/directory/test2.text
 
25
 
 
26
.BR :BINDIR:/apple_mv
 
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_cp (1),
 
34
.BR apple_rm (1).