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

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




Shell

Related
symbolic link wsl mnt Code Example symbolic link wsl mnt Code Example
powershell list services filter Code Example powershell list services filter Code Example
apache2 mod_jk proxy to tomcat connector Code Example apache2 mod_jk proxy to tomcat connector Code Example
Odoo 11 Development In Ubuntu 18.04 Using Pycharm Code Example Odoo 11 Development In Ubuntu 18.04 Using Pycharm Code Example
not getting open in cockroachDB Code Example not getting open in cockroachDB Code Example

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