/ Published in: Bash
Expand |
Embed | Plain Text
for file in `ls`; do convert -resize 75% $file $file; done;
You need to login to post a comment.
for file in `ls`; do convert -resize 75% $file $file; done;
You need to login to post a comment.