Note: The Listed platform will permanently shut down December 31, 2026. Your data published on Listed will still be available in your personal Standard Notes account. Learn more

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