Last active
May 2, 2017 17:48
-
-
Save yasufumy/02bc967597db37b9ee396fe019808271 to your computer and use it in GitHub Desktop.
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
| ls -t * | xargs -I{} file {} | grep "PNG image data" | cut -d ":" -f 1 | parallel -j 8 convert "{}" -colorspace sRGB -type truecolor "target/{.}.jpg" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use the command below to check commands to be executed