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.

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. :(