Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find text in files ubuntu

grep -r "mydomain.com" /etc/apache2/

# -r - recursive

# in current directory use "."

grep -r "mydomain.com" .
Comment

ubuntu find text in files

grep -r word *
Comment

PREVIOUS NEXT
Code Example
Shell :: git second commit 
Shell :: ssh timeout option 
Shell :: stop google process linux 
Shell :: how to install quick.db 
Shell :: ipconfig in ubantu 
Shell :: batch loop through folders in a directory 
Shell :: how to change the name of a usb ubuntu] 
Shell :: git push error 
Shell :: git rebase an origin branch into my branch 
Shell :: vscode display all extensions 
Shell :: "C:UsersMY PCAppDataRoaming pm/node_modules/node/bin/node: line 1: This: command not found" 
Shell :: delete remote git branch 
Shell :: sdkman 
Shell :: remove all docker containers 
Shell :: ifconfig not foound 
Shell :: linux restart service 
Shell :: wait command bash 
Shell :: ZTC ZEM800 telnet password 
Shell :: yii get version 
Shell :: git checkout branch on different remote 
Shell :: install openssh 
Shell :: magento 2 gulp 
Shell :: push empty git commit 
Shell :: git bash set global username and password 
Shell :: installing gunicorn with anaconda 
Shell :: git pull upstream 
Shell :: ansible become sudo pawwsord 
Shell :: install supervisor ubuntu 20.04 
Shell :: install httrack on ubuntu 20.04 
Shell :: git bash command not found in vscode 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =