Find and replace while preserving case with sed
I want to search and replace strings but keep the case intact using sed, or awk if sed does not have that functionality.
I want to search and replace strings but keep the case intact using sed, or awk if sed does not have that functionality.