Q:

bash find file by name

find . -name 'mystring*'
2
# syntax 
# find *</path/to/dir> '(' *<filter-1> -o *<filter-2> ')'

# example 
find . '(' -name '*ERR5312209.zip' -o -name '*ERR5312209.TXT' ')'
0

New to Communities?

Join the community