Created
September 3, 2021 08:47
-
-
Save innermond/33f993646d4c1d101c13ff53fd92ae16 to your computer and use it in GitHub Desktop.
all images using find with regex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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