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: dlacher on Apr 25, '06 08:16:09AM

Another unix method of createing multiple folder is as follows:

% mkdir long_folder_name_{00,01,02,03,04,05,06}

this will creat the seven folders long_folder_name_ and ending in the expansion of the numbers in the array.



[ Reply to This | # ]