Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux search string in source recursively

grep --include=*.js -rnw '/path/to/somewhere/' -e "pattern"
Comment

linux search string in source recursively

find . -name '*.js' -exec grep -i 'string to search for' {} ; -print
Comment

PREVIOUS NEXT
Code Example
Shell :: install magento extension composer 
Shell :: CHROME_EXECUTABLE brave 
Shell :: git submodule update init no url found 
Shell :: create new file and copy from another file in powershell 
Shell :: fix ubuntu certificates 
Shell :: nano edit a file 
Shell :: bash sleep 
Shell :: navigate to C drive in bash on WSL-Ubuntu 
Shell :: virtual network is not active 
Shell :: task manager opera browser 
Shell :: linux find file 
Shell :: terminal osx compare folders and files mojave 
Shell :: how to add extension to all files terminal 
Shell :: find the name of files within a directory bahs 
Shell :: kali virtualbox guest additions check version 
Shell :: docker ps grep container id 
Shell :: add dependencies to package.json 
Shell :: change line endings script for directory 
Shell :: move folder from one directory to another in linux 
Shell :: how to remove ubuntu proxy not working 
Shell :: migrate git repository 
Shell :: vscode regex src 
Shell :: negative if statement bash 
Shell :: git add all but exclude some files 
Shell :: ansible ping ad hoc 
Shell :: mc for ubuntu linux 
Shell :: mongodb version check 
Shell :: terminator linux is not start 
Shell :: git passphrase remember 
Shell :: git added and modified files 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =