Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Create multiple folders from Terminal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Create multiple folders from Terminal
Authored by: mgastel on Apr 25, '06 08:19:02AM
Or you can execute mkdir `cat dirfile` where dirfile contains the names of the directories. Those are backquotes around the cat command.

[ Reply to This | # ]