And I don't know quite what to do
I want to find all .png images in a directory, and remove them if there exists in the same directory a .jpg which has the same filename (not including extension).
It seemed that this was the right place to learn the tricks I need. Any tips?