Search & Replace using rpl
rpl is a very useful command used for bulk string replacement in files. Basic usage is to specify two strings and one…
rpl is a very useful command used for bulk string replacement in files. Basic usage is to specify two strings and one…
sed can be used to replace text in a file. g = Global, replace everything in a file.s = substitute text-i =…