What would this locate command show?
locate --regexp '^/usr.*pixmaps.*jpg$'
all file paths that include "/usr/pixmaps" and end with ".jpg"
all file paths that start with "/usr", include the word "pixmaps", and end with ".jpg"
all files ending in ".jpg"
all files in a directory named pixmaps