Created
March 16, 2016 07:44
-
-
Save sas1ni69/fe292b5f00860a22319f to your computer and use it in GitHub Desktop.
Resize all images in dir
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
for p in *;do | |
(cd $p && sips -Z 600 *.jpg) | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment