2 lines
90 B
Bash
2 lines
90 B
Bash
|
find . -iname '*.jpg' -exec convert \{} -verbose -resize 48x48\> \{} \;
|
||
|
mv *.jpg ../small/
|