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 :: github checkout branch 
Shell :: take sudo access inside vim 
Shell :: use file connect ssh 
Shell :: how to see deleted commit in git 
Shell :: install apache2 
Shell :: node ffmpeg 
Shell :: path/to/sdkmanager --install "cmdline-tools;latest" 
Shell :: instal maven in mac brew 
Shell :: how to delay a script from running linx terminal 
Shell :: how to install dataloader 
Shell :: how to mount a flash drive in wsl 
Shell :: git update .gitignore 
Shell :: how to get token of a raw github file 
Shell :: hard link linux 
Shell :: composer install via cmd 
Shell :: where is ubuntu installed in windows 10 
Shell :: the current branch has no upstream 
Shell :: bash change user 
Shell :: install adminlte 
Shell :: copy local repo 
Shell :: chmod recursive group read 
Shell :: No module named ipykernel colab conda 
Shell :: permissions do not allow pasting files in this directory 
Shell :: git remove all user data 
Shell :: https://repo.packagist.org could not be fully loaded 
Shell :: inicializar as credenciais no git 
Shell :: bat restart printer spooler 
Shell :: tsv to csv file bash 
Shell :: bash find term in files 
Shell :: mac tftp server directory 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =