Consider the following bash script
#!/usr/bin/env bash tstring="Hi\\tThere" istring=$(echo -e $tstring) echo $istring # Prints: Hi There rstring=