Created
April 17, 2012 17:38
-
-
Save olegwtf/2407695 to your computer and use it in GitHub Desktop.
Perl Golf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$i++%50||++$j&mkdir($f="folder$j")&($i=1),rename$_,"$f/$i"for<*> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moves files from the current directory to subdirectories. No more than 50 to one directory. New name should be digit, from 1 to ... for each subdirectory.