Horje
bash search file in directory Code Example
bash search file in directory
grep -rnw '/path/to/somewhere/' -e 'pattern'
bash find file
# syntax 
# find *</path/to/dir> '(' *<filter-1> -o *<filter-2> ')'

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




Shell

Related
how to edit bash profile Code Example how to edit bash profile Code Example
.bash_profile mac Code Example .bash_profile mac Code Example
How to grep for file name recursively with some file content Code Example How to grep for file name recursively with some file content Code Example
apache find which file contain text Code Example apache find which file contain text Code Example
command line how to find all files that have a string Code Example command line how to find all files that have a string Code Example

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