Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux search file by name

find / -name file.look
Comment

linux search inside files

grep -Rl "search-term"
Comment

how to find a file in linux terminal

find /path/to/folder/ -iname *file_name_portion*
Comment

how to find files linux terminal

find . -print | grep -i <filename>
Comment

PREVIOUS NEXT
Code Example
Shell :: checking service status in linux 
Shell :: fcm post example curl 
Shell :: terminal not opening ubuntu 
Shell :: rc.local not running 
Shell :: bash get first n characters 
Shell :: install deb file in manjaro 
Shell :: how to get rid of activate windows watermark 2021 
Shell :: bash list processes mac 
Shell :: create user kali linux 
Shell :: terraform fmt 
Shell :: install python 2.7 kali linux 
Shell :: install pgcli linux 
Shell :: linux file path 
Shell :: reset gui linux 
Shell :: install docker compose in linux 
Shell :: python install z3 
Shell :: docker sudo how to add user 
Shell :: install wkhtmltopdf linux command 
Shell :: aws cli check if a bucket exists and you have permission to access it 
Shell :: how to refresh cache on github 
Shell :: unstage files in git 
Shell :: edit cron jobs linux 
Shell :: remove users from linux 
Shell :: check current branch github 
Shell :: get size of file linux 
Shell :: git change personal token to login and passowrd 
Shell :: uid : unable to do port forwarding: socat not found 
Shell :: linux bring process to foreground 
Shell :: clear git cache 
Shell :: install fdupes duplicate content finder on linux 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =