I'm writing a shell script on Redhat, but for the life of me can't figure out how to send a backspace character from the script.
I think it's something like:
echo "testt\b"
where the "\b" should delete the extra letter/space/whatever.
Anyone know? I've searched on some websites, and for the life of me can't figure it out.
I think it's something like:
echo "testt\b"
where the "\b" should delete the extra letter/space/whatever.
Anyone know? I've searched on some websites, and for the life of me can't figure it out.
