Is it possible to decode string using shell script? For instance, decoding this string
//Starbucks//
will give us "Starbucks". I have used https://coderstoolbox.net/string/#!encoding=xml&action=encode&charset=none for the decoding. Is there any way we can do this decoding using Shell script or python maybe? Please help me.