Y
Hacker News
new
|
ask
|
show
|
jobs
by
a1369209993
1728 days ago
Oh, neat. It's `echo hel$\x70` in my shell, but I didn't know bash had a similar mechanism.
1 comments
belgesel
1727 days ago
even echo has it $ echo -e "hel\x70"
link