4.0;crd (create_directory), revision 4.0, 82/03/23
CRD (CREATE_DIRECTORY) -- Create a directory.
usage: CRD pathname... {CL}
FORMAT
CRD pathname ...
CRD creates a directory with the specified pathname.
ARGUMENTS
pathname
(required) Specify the subdirectory name to be created. Multiple
pathnames are permitted. The new directory receives its
parent directory's initial ACL.
OPTIONS
CRD has no unique options. It uses the command line parser and accepts the
standard command line options listed in HELP CL.
EXAMPLE
$ crd /my_dir/new_dir Create the subdirectory new_dir in the
directory /my_dir.