summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/grasp-utils/scripts/mkdirhier.man
blob: 999fa12822fdd3a14c7520c414c4916a5ce4081a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH MKDIRHIER 1 "Release 4" "X Version 11"
.SH NAME
mkdirhier \- makes a directory hierarchy
.SH SYNOPSIS
.B mkdirhier
directory ...
.SH DESCRIPTION
The
.I mkdirhier
command creates the specified directories. Unlike
.I mkdir
if any of the parent directories of the specified directory
do not exist, it creates them as well.
.SH "SEE ALSO"
mkdir(1)