SED is a powerful text stream editor. It had the ability do insertion, deletion, search and replace(substitution).
user@buf0rd $ sed ‘s/replaceme/withme/g some_file.txt
SED is a powerful text stream editor. It had the ability do insertion, deletion, search and replace(substitution).
user@buf0rd $ sed ‘s/replaceme/withme/g some_file.txt