I accidentally saved 100K jpgs to my root folder, I'd like to move just the jpgs and not the other files like my applications folder to a new folder on my desktop. I tried:
home$ mv *.png ~/Desktop/images
But it returns:
-bash: /bin/mv: Argument list too long
Any ideas?