cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agoInstant production ready codeeurope.pubimagemessage-square12linkfedilinkarrow-up112arrow-down11
arrow-up111arrow-down1imageInstant production ready codeeurope.pubcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square12linkfedilink
minus-squareTabbsTheBat@pawb.sociallinkfedilinkarrow-up1·1 month ago“Remember kids: if you’re being robbed just say “no”. They can’t do anything without your consent”
minus-squareMitch Effendi (ميتش أفندي)@piefed.mitch.sciencelinkfedilinkEnglisharrow-up0·1 month agoecho "echo "\Please don't hack me. I'm just a little guy. 👶"\" > ~/.bashrc
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·1 month agoGood that you escaped wrong, or you would have nuked your .bashrc. \ comes before the thing you are escaping > ⇒ overwrite from start. >> to append
“Remember kids: if you’re being robbed just say “no”. They can’t do anything without your consent”
echo "echo "\Please don't hack me. I'm just a little guy. 👶"\" > ~/.bashrc
Good that you escaped wrong, or you would have nuked your
.bashrc
.\
comes before the thing you are escaping>
⇒ overwrite from start.>>
to append