Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux find files by name

# -iname flag ignores case
find / -iname mYtestFiLe.txt
Comment

linux find all files name containing string

find . -name "*ABC*" -exec grep -H 'XYZ' {} +
Comment

PREVIOUS NEXT
Code Example
Shell :: bash cut delimiter last field 
Shell :: how to disable a wifi card raspberry pi 
Shell :: ssh-copy-id example 
Shell :: enable usb port ubuntu 
Shell :: shell check if string contains substring 
Shell :: powershell change directory 
Shell :: laravel sail install php extensions 
Shell :: how to install add-apt-repository 
Shell :: conda install huggingface hub 
Shell :: npm version 
Shell :: sudo apt-get ignore warning 
Shell :: run jenkins docker 
Shell :: find change permissions to subdirectories 
Shell :: powershell array pipe foreach 
Shell :: ubuntu libreoffice calc start 
Shell :: portainer install 
Shell :: find exec rm 
Shell :: how to add a directory to path in linux 
Shell :: install glfw debian 
Shell :: uninstall get help windows 10 
Shell :: check branches git 
Shell :: how to check command history in linux with date and time 
Shell :: nextcloud scan files 
Shell :: powershell restart computer 
Shell :: root folders via gui ubuntu 
Shell :: git get latest 
Shell :: gem install rails version 
Shell :: -bash: docker: command not found mac 
Shell :: batch for loop 
Shell :: react app deploy on github pages 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =