I have
Input:
NISHA =\455
NISHA =\455
Output
NISHA = 455:
NISHA = 455
I want to remove \\ from output
. I am usingtried to use command sed "s/[]//g" Psed "s/[\]//g" P but it is not working and it flags an error
"character found after backslash is not meaningful ":
Regards Yisha
character found after backslash is not meaningful