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: juanfal on Apr 25, '06 10:39:17AM
Why not jot
    mkdir `jot -w Folder%02d_of_10 10`
I had problems with the spaces... It was impossible for me to include spaces in the name of the folders with this simple method... any sugestion?

[ Reply to This | # ]