|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
315 bytes
|
| Line | |
|---|
| 1 | usage: mkdirp [DIR1,DIR2..] {OPTIONS}
|
|---|
| 2 |
|
|---|
| 3 | Create each supplied directory including any necessary parent directories that
|
|---|
| 4 | don't yet exist.
|
|---|
| 5 |
|
|---|
| 6 | If the directory already exists, do nothing.
|
|---|
| 7 |
|
|---|
| 8 | OPTIONS are:
|
|---|
| 9 |
|
|---|
| 10 | -m, --mode If a directory needs to be created, set the mode as an octal
|
|---|
| 11 | permission string.
|
|---|
| 12 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.