this post was submitted on 10 Aug 2025
4 points (100.0% liked)

Programmer Humor

25730 readers
1231 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] TabbsTheBat@pawb.social 0 points 5 days ago (1 children)

"Remember kids: if you're being robbed just say "no". They can't do anything without your consent"

[โ€“] mitch@piefed.mitch.science 0 points 5 days ago (1 children)

echo "echo "\Please don't hack me. I'm just a little guy. ๐Ÿ‘ถ"\" > ~/.bashrc

[โ€“] ulterno@programming.dev 1 points 4 days ago

Good that you escaped wrong, or you would have nuked your .bashrc.

  • \ comes before the thing you are escaping
  • > โ‡’ overwrite from start. >> to append