My requirement is to create multiple level directories on Linux i.e create a directory say "Logs"(static name).Within this directory , create another directory say "UnitTest" (dynamic name given by the script).
The directory structure would end up looking like this :
Logs/UnitTest/<files>
How do i create multiple levels of directories?. I am aware that the "mkdir" function creates a single directory.Am i missing out on a variant that meets my purpose?
Thanks in advance!
In reply to Creating multiple level directory structure by perlpal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |