Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

sed multiple files

for i in xa*; do
    sed -i 's/asd/dfg/g' $i
done
Comment

PREVIOUS NEXT
Code Example
Shell :: gnu octave ubuntu 
Shell :: terraform element function 
Shell :: page rank example 
Shell :: git bring back deleted branch from local 
Shell :: create bare repository git 
Shell :: how to push repository to github 
Shell :: git modify last commit but leave the commit message 
Shell :: how to scroll up in linux terminal 
Shell :: For which GitHub repository would you like to set up a GitHub workflow? 
Shell :: how to remove docker image 
Shell :: grep output options 
Shell :: Install GitLab using Docker Engine 
Shell :: how to make conda to use global packages 
Shell :: phoenix liveview setup 
Shell :: make atom default editor in git 
Shell :: how to connect raspberry pi to laptop using hdmi 
Shell :: git cherrypick 
Shell :: linux bash search history 
Shell :: android studio not running ios simulator 
Shell :: find in terminal 
Shell :: linux systeme de fichier 
Shell :: npm install electron-reload 
Shell :: nvm update specifiec version 
Shell :: how to make bash script must be ran in sudo 
Shell :: git save staged changes to file 
Shell :: add user to a folder in ubuntu nginx 
Shell :: ssh-copy-id specific file 
Shell :: view symbols of so linux 
Shell :: make everything uppercase or lowercase awk 
Shell :: merge branch from another repo 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =