Horje
bash find files or operator Code Example
bash find files or operator
# syntax 
# find *</path/to/dir> '(' *<filter-1> -o *<filter-2> ')'

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




Shell

Related
git clone through ssh Code Example git clone through ssh Code Example
warning unprotected private key file problem on aws instance Code Example warning unprotected private key file problem on aws instance Code Example
boostrap install Code Example boostrap install Code Example
shell script or condition Code Example shell script or condition Code Example
git stash pop resolve conflict Code Example git stash pop resolve conflict Code Example

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