Search and replace in the terminal
On Ubuntu it is possible to search and replace a word or phrase with a simple command line sed -i’s/original/new/g’
Read moreOn Ubuntu it is possible to search and replace a word or phrase with a simple command line sed -i’s/original/new/g’
Read moreTo find out which folder the script is being executed in, and it doesn’t matter where it’s called DIR””$( cd
Read more