Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #find #flag
ADD COMMENT
Topic
Name
6+9 =