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/mkdir.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/system/doc/mkdir.hlp')
-rw-r--r-- | pkg/system/doc/mkdir.hlp | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/pkg/system/doc/mkdir.hlp b/pkg/system/doc/mkdir.hlp new file mode 100644 index 00000000..de7a03c4 --- /dev/null +++ b/pkg/system/doc/mkdir.hlp @@ -0,0 +1,34 @@ +.help mkdir May85 system +.ih +NAME +mkdir -- make a new directory +.ih +USAGE +mkdir newdir +.ih +PARAMETERS +.ls newdir +New directory or subdirectory to be made. +.le +.ih +DESCRIPTION +\fIMkdir\fR creates a new directory with the given name. +\fINewdir\fR may be an IRAF virtual directory name (not a logical name) +or a host directory name. +.ih +EXAMPLES + +1. Make a subdirectory named "sub1". + + cl> mkdir sub1 + +2. Make a subdirectory "sub2" below "sub1". The subdirectory "sub1" must +already exist. + + cl> mkdir sub1/sub2 + +3. Make a directory "blue" at the same level in the directory hierarchy as +the current directory (".." is a synonym for the previous directory). + + cl> mkdir ../blue +.endhelp |