diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/system/doc/copy.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/doc/copy.hlp')
-rw-r--r-- | pkg/system/doc/copy.hlp | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/pkg/system/doc/copy.hlp b/pkg/system/doc/copy.hlp new file mode 100644 index 00000000..9c58566d --- /dev/null +++ b/pkg/system/doc/copy.hlp @@ -0,0 +1,47 @@ +.help copy Nov84 system +.ih +NAME +copy -- copy a file, or a set of files to a directory +.ih +USAGE +copy input output +.ih +PARAMETERS +.ls input +The input file or list of files to be copied. +.le +.ls output +The (new) output file when copying one file to another, or the destination +directory when copying a set of files. +.le +.ls verbose = no +If set to "yes", a line of the type " from -> to " is printed on the +terminal for each file copied to a directory. This parameter is not +used when copying one file to another. +.le +.ih +DESCRIPTION +Copy makes a copy of a single file, or it copies a set of files to a different +directory. +.ih +EXAMPLES + +1. Copy all files in the current directory with extension ".x" to the +directory "home$src". As each copy is made, the user is informed. + + cl> copy *.x home$src ver+ + +2. Make a copy "fred.BAK" of the file "fred". + + cl> copy fred fred.BAK + +3. Copy the "graphcap" file from the remote node "lyra" to the current node, +without changing the name of the file. Note that "." is a synonym for the +current directory. + + cl> copy lyra!dev$graphcap . + +.ih +SEE ALSO +concatenate, movefiles +.endhelp |