Answers for "bash modify file text"

0

change file content bash

sed -i 's/search_string/replace_string/' filename
Posted by: Guest on March-10-2021
0

bash modify file text

sed -i -e 's/abc/XYZ/g' /tmp/file.txt
Posted by: Guest on October-22-2021

Browse Popular Code Answers by Language