Answers for "how to use find and -regex flag together"

0

how to use find and -regex flag together

$ find . -regex ".*/[a-f0-9\-]\{36\}\.jpg"

# Note that you need to specify .*/ in the beginning because find matches the whole path.
Posted by: Guest on April-21-2021

Code answers related to "how to use find and -regex flag together"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language