Skip to content

Instantly share code, notes, and snippets.

@innermond
Created September 3, 2021 08:47
Show Gist options
  • Save innermond/33f993646d4c1d101c13ff53fd92ae16 to your computer and use it in GitHub Desktop.
Save innermond/33f993646d4c1d101c13ff53fd92ae16 to your computer and use it in GitHub Desktop.
all images using find with regex
find ./ -type f -regextype posix-extended -regex "\.\/(frontend|uploads)\/.+\.(jpe?g|png)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment