how to replace special character by any word in a string.
hi all
I have a variable which contains string.
let suppose
var="You should include as much detail as possible in your message, including exact error messages (where applicable) & what you have done so far."
in this string I want to replace "&" symbol with "and".
How it is possible using shell command.
with regards
MKSC
|