Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu How to find all files containing specific text

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 :: bash substring test 
Shell :: git untracked content 
Shell :: connect your phone as emulator 
Shell :: wslconfig 
Shell :: run cmd elevated command line 
Shell :: npm install custom registry 
Shell :: replace substring in bash 
Shell :: install plasma on ubuntu 
Shell :: restart influxdb 
Shell :: bash tee stdout and stderr 
Shell :: Unit nginx.service is masked 
Shell :: how to run explorer in wsl 
Shell :: send file to aws ec2 termnal 
Shell :: git revert commit but keep changes 
Shell :: linux document root 
Shell :: linux export path 
Shell :: kill port 
Shell :: how to install visual studio code in ubuntu 
Shell :: venv deactivate 
Shell :: duplicate line intellij mac 
Shell :: how to exit vim 
Shell :: install oh my zsh 
Shell :: remove bar in browser in ubuntu 
Shell :: packet tracer ubuntu 
Shell :: hwo to add custom commands in bash 
Shell :: add all changes and commit in git 
Shell :: add user to group linux 
Shell :: git get remote branches 
Shell :: ubuntu vim-plug install 
Shell :: pesquisar commit git 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =