Sequencial folder creation


/ Published in: Groovy
Save to your folder(s)



Copy this code and paste it in your HTML
  1. groovy -e "(1..50).each{ new File('.',(it.toString().padLeft(2,'0'))).mkdirs()} "

Report this snippet


Comments


You need to login to view comments.