Horje
how to use find and -regex flag together Code Example
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.




Shell

Related
bash print file permissions Code Example bash print file permissions Code Example
git cherry pick chain Code Example git cherry pick chain Code Example
osx stop httpd Code Example osx stop httpd Code Example
uninstall kde Code Example uninstall kde Code Example
files still appear as modified after addition to .gitignore Code Example files still appear as modified after addition to .gitignore Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8