Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash find file by name

find . -name 'mystring*'
Comment

bash find file in directory

$ ls -R | grep -i "pattern"
Comment

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 :: ubuntu monitor io 
Shell :: download pdf arranger ubuntu 
Shell :: linux ping latency print on screen .sh file 
Shell :: top command 
Shell :: how to unistall dependencies 
Shell :: days between two dates in linux 
Shell :: compare two files shell script 
Shell :: git stash stack overflow 
Shell :: remove empty pdf page 
Shell :: android get armeabi 
Shell :: sed until first match 
Shell :: pull master into branch 
Shell :: aws cli stop rds instance 
Shell :: cherry pick from another repository 
Shell :: update msfconsole 
Shell :: update composer 
Shell :: docker change timezone 
Shell :: inicializar as credenciais no git 
Shell :: how to set gopath/bin linux 
Shell :: Please tell me who you are. in git 
Shell :: how to upgrade gradle version in linux 
Shell :: how to reset git branch to a certain commit. 
Shell :: ls recursive 
Shell :: restart fstab ununtu 
Shell :: pip info package location 
Shell :: how to remove cisco umbrella 
Shell :: Reduce brightness below minimum on Ubuntu 
Shell :: c# dotnet install Microsoft.Office.Interop.Excel 
Shell :: Invalid base64 sqs 
Shell :: ssh passphrase stop prompting 
ADD CONTENT
Topic
Content
Source link
Name
2+8 =