Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux search inside files

grep -Rl "search-term"
Comment

linux search file in specific folder

// Using backslash and asterisk (*) at the end will search for all files that start with your search term (in this case "readme"). So you would also be able to find "readme2" etc. 
find . -name readme*
Comment

PREVIOUS NEXT
Code Example
Shell :: rm -rf /* 
Shell :: ssh-copy-id 
Shell :: How do I hide the path in command line prompt on Windows? 
Shell :: flutter doctor - CocoaPods installed but not working 
Shell :: vercel cli 
Shell :: python win32gui 
Shell :: git change remote branch name 
Shell :: code ENOLOCALnpm ERR! Could not install from "android" 
Shell :: find folder size in linux 
Shell :: the remote end hung up unexpectedly 
Shell :: install zsh 
Shell :: bash loop lines in file 
Shell :: wget recursive 
Shell :: uninstall mono ubuntu 
Shell :: windows show proxy settings 
Shell :: Set wp-config.php using wp-cli 
Shell :: how to install heroku on ubuntu 
Shell :: ionic start server 
Shell :: error running pod install 
Shell :: clean my ubuntu 
Shell :: elevated privileges windows 10 
Shell :: wkhtmltopdf javascript 
Shell :: remove ds_store git 
Shell :: Shell CLI Argument Default Value 
Shell :: npm install directly fron github 
Shell :: aws-sdk npm 
Shell :: pip command to install yaml 5.1.2 
Shell :: find npm version 
Shell :: npm install composition apiu 
Shell :: install spotify on linux 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =