I'm trying to write an alias to list all the files in a directory ending in JP(E)G in its various forms. The ones I'm looking for it to recognise are .jpg .JPG .jpeg and .JPEG.
Is there a form of ls (or ls in combination with another command, such as find or grep) that will do this?