Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

  $ echo hel$'\x70'
  help


Oh, neat. It's `echo hel$\x70` in my shell, but I didn't know bash had a similar mechanism.


even echo has it $ echo -e "hel\x70"




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: