Backspace character

s4mn3z just showed me a character that act as a backspace. This is new for me so here it is.

~ » echo -n "There is a special char to delete a character 'C\b'"
There is a special char to delete a character ''
~ » echo -n "\b" |xxd
00000000: 08 .

More from csk
All posts