Linux: Sed a file into itself!
I love sed. It can be complex at times, but my favorite use of sed is: $ sed -i “s/FIND_THIS/REPLACE_WITH_THIS/g” /path/to/file
I love sed. It can be complex at times, but my favorite use of sed is: $ sed -i “s/FIND_THIS/REPLACE_WITH_THIS/g” /path/to/file