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/movefiles.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/doc/movefiles.hlp')
-rw-r--r-- | pkg/system/doc/movefiles.hlp | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/pkg/system/doc/movefiles.hlp b/pkg/system/doc/movefiles.hlp new file mode 100644 index 00000000..73374474 --- /dev/null +++ b/pkg/system/doc/movefiles.hlp @@ -0,0 +1,38 @@ +.help movefiles Nov84 system +.ih +NAME +movefiles -- move files to a directory +.ih +USAGE +movefiles files directory +.ih +PARAMETERS +.ls files +A template specifying the file or files to be moved. +.le +.ls directory +The directory to which the files are to be moved. +.le +.ls verbose = no +If set to "yes", tell user as each file is moved. +.le +.ih +DESCRIPTION +This routine moves the specified files to the named directory. +If a subdirectory and a logical directory both exist with the same +name as the destination directory, the subdirectory is used. +.ih +EXAMPLES + +1. Move all files whose names start with `im' and end with `ab' to +the directory `dir'. Since "verbose" defaults to "no", do the work silently. + + cl> movefiles im*ab dir + +2. Move all files in the current directory into the directory one level up. + + cl> move * .. +.ih +SEE ALSO +copy, rename +.endhelp |