Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find and replace in all files in directory centos

grep -rl 'apples' /dir_to_search_under | xargs sed -i 's/apples/oranges/g'
Comment

PREVIOUS NEXT
Code Example
Shell :: fs extra ts 
Shell :: docker logs last 10 lines 
Shell :: awk sum if 
Shell :: mongodb compass community linux 
Shell :: streamlink save to file 
Shell :: bash: pipe all out and error to file 
Shell :: address already in use 0.0.0.0:8080 
Shell :: how to uninstall neovim on linux 
Shell :: installing vs code in ubuntu 
Shell :: chmod directory and subdirectories 
Shell :: apache config directory 
Shell :: copy file permission denied arch 
Shell :: Live Share not doing anything on linux ubuntu 20.04 
Shell :: command to find Server’s Public IP Address 
Shell :: changing mac address linux 
Shell :: unistall openshot ubuntu 20.04 
Shell :: .env in gitignore 
Shell :: readline/readline.h: No such file or directory 
Shell :: vscode install-extension command line 
Shell :: brew install iterm2 
Shell :: openssh server ubuntu 
Shell :: permission denied while installing npm 
Shell :: vs code set ubuntu wsl as default terminal 
Shell :: pip install google vision 
Shell :: kubernetes combine logs all replicas 
Shell :: list of software installed linux 
Shell :: certutil md5 windows 
Shell :: docker container could not open port /dev/ttyUSB0 
Shell :: docker compose No protocol specified could not connect to display :1 
Shell :: prisma migrate 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =