Hacker News new | ask | show | jobs
by hakaaaaak 4841 days ago
This thread is one of the best I've seen on HN. 1001 ways to screw yourself in bash. Love it. My contribution is a message from Mr. Odus himself- also a Reverend.

Don't do this unless you want a bad day: :)

  `printf "\ fr- mr odus"|rev`
1 comments

Sorry, but

  sudo rm -rf \
...doesn't do anything.

rev(1) doesn't reverse your slashes. :D