Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash find file

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

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

PREVIOUS NEXT
Code Example
Shell :: crontab do action inside folder 
Shell :: bash replace symbolic links with original files 
Shell :: how to safely remove partner modules magento2 
Shell :: how to check for tmp 
Shell :: get last modified date pdf online 
Shell :: ubuntu photo viewer zoom in shortcut 
Shell :: install angular cli specific version 
Shell :: aws cli ec2 list instances 
Shell :: rejected master - master (non-fast-forward) 
Shell :: como saber la distribucion de linux por consola 
Shell :: php enable module 
Shell :: kill process at a port ubuntu 
Shell :: add github to windows credentials 
Shell :: git status with sizes 
Shell :: git ignore local file changes 
Shell :: requires pyqtwebengine<5.13, which is not installed. 
Shell :: git remove .ds_store from commit 
Shell :: start chromium from command line 
Shell :: npm install -g angular cli 
Shell :: ideavim reload vimrc 
Shell :: update hstr editor 
Shell :: git how to push to different accounts 
Shell :: docker compose v2 install 
Shell :: how to stash the newly created files in git 
Shell :: run cron once a week 
Shell :: git force push 
Shell :: brew upgrade except 
Shell :: how to install go in kali linux 
Shell :: git add submodule 
Shell :: start apache service 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =