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: jaysoffian on Apr 26, '06 09:53:18PM
If you use UTF-8 when saving in TextEdit, this perl invocation will work:

perl -ple 'mkdir($_)' names.txt
:-)

[ Reply to This | # ]