New Directory can create whole path
Instead of one directory at a time be created with the new directory command it would be great to be able to add a flag that would allow something similar to
mkdir -p
where you can create a whole path at once.