Category ‘Sed’
- TECHPULP |
Bash script to replace a word or a string in multiple files at once
There are multiple ways of replacing a word or a string with another in a stream of input. Here, in this article, we use “sed” command. While the “sed” command operates on one file at a time, the bash script...