in reply to
Help making a directory tree
Just one off-topic note about unix's mkdir:
At least the versions i'm using (GNU mkdir) support the "-p" flag to create missing parent directories.
daniel.
Comment on
Re: Help making a directory tree
Replies are listed 'Best First'.
Re: Re: Help making a directory tree
by
GaijinPunch
(Pilgrim)
on Aug 26, 2003 at 08:12 UTC
wirrwarr: That's definitely worth noting - I didn't know that. Unfortunately, the source is GNU friendly, and the target is Solaris. :(
[reply]
Re: Re: Re: Help making a directory tree
by
wirrwarr
(Monk)
on Aug 26, 2003 at 09:46 UTC
according to
http://docs.sun.com/db/doc/806-0624/6j9vek5ak?q=man+pages&a=view
and
http://docs.sun.com/db/doc/805-8066/6j7j7465i?q=solaris+7+man+pages&a=view
,
mkdir on "solaris 8" and "trusted solaris 7" does support "-p".
daniel.
[reply]
In Section
Seekers of Perl Wisdom