special character in UNIX
- by Happy Mittal
I want to add backspace character literally in my file named junk. So I did following
$ ed
a
my name is happy\b (here b means I typed backspace so \ gets disapperaed and cursor sits sfter y)
.
w junk
q
But when I do
$ od -cb junk
it doesn't show backspace.