mkdirhier(1) - Linux man page
Name
mkdirhier - makes a directory hierarchy
Synopsis
mkdirhier directory ...
Description
The mkdirhier command creates the specified directories. Unlike mkdir if any of the parent
directories of the specified directory do not exist, it creates them as well.
See Also
mkdir(1)