Revision: 53668
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 1, 2011 00:01 by graceman9
Initial Code
for f in `find . -iname "*.JPG" -size -500k`; do mv ${f} small; done
Initial URL
Initial Description
Separate small and big files by moving it out to different directories.
Initial Title
Batch move small files to separate directory
Initial Tags
Initial Language
Bash