Convert PNG to JPG via Imagick cli mogrify -format jpg *.png List too long issue find ./ -name '*.png' -maxdepth 1 -exec mogrify -format jpg {} \;