/ Published in: Bash
Expand |
Embed | Plain Text
sed -e 's/[what_to_find]/[replace_with]/g' -i [file_name]
You need to login to post a comment.
sed -e 's/[what_to_find]/[replace_with]/g' -i [file_name]
You need to login to post a comment.