/ Published in: Groovy

Expand |
Embed | Plain Text
groovy -e "(1..50).each{ new File('.',(it.toString().padLeft(2,'0'))).mkdirs()} "
You need to login to post a comment.
groovy -e "(1..50).each{ new File('.',(it.toString().padLeft(2,'0'))).mkdirs()} "
You need to login to post a comment.