Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash find files or operator

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

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

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' ')'
Comment

PREVIOUS NEXT
Code Example
Shell :: how to set path openssl@1.1 on mac zsh 
Shell :: powershell script to copy mutliple files into a single file 
Shell :: how to install wordpress ubuntu 16.04 rosehosting 
Shell :: raspberry shell get datetime now 
Shell :: linux inhalt einer textdatei anzeigen 
Shell :: bash create jks from cert and key 
Shell :: display folder of path linux bashrc 
Shell :: system reported a problem ubuntu 
Shell :: install opam on centos 
Shell :: bash multipart tar 
Shell :: Error: Account is not an upgradeable program or already in use 
Shell :: how to set chmod 777 to folder 
Shell :: check if internet is available shell script 
Shell :: uninstall laptop mode tools elementary os 
Shell :: windows shell delete files based on name 
Shell :: change bash suggestions to be case insensitive 
Shell :: brownie run script python 
Shell :: upload directory ssh to remote rsync 
Shell :: how to setup machine learning enviroment in ubuntu without anaconda 
Shell :: linux less command color 
Shell :: install homebrew on godaddy 
Shell :: how to find files and copy them in terminal 
Shell :: powershell file already exists 
Shell :: install burp suite kali 
Shell :: linux find follow symlinks 
Shell :: install mana in kali complete method 
Shell :: invert mouse left right scroll in ubuntu 18.04 
Shell :: apache enable directory listing macbook pro 
Shell :: ubuntu string variable 
Shell :: add bash as defult on arch 
ADD CONTENT
Topic
Content
Source link
Name
9+9 =