cm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agoInstant production ready codeeurope.pubimagemessage-square8linkfedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageInstant production ready codeeurope.pubcm0002@lemmy.world to Programmer Humor@programming.dev · 5 days agomessage-square8linkfedilink
minus-squareMitch Effendi (ميتش أفندي)@piefed.mitch.sciencelinkfedilinkEnglisharrow-up0·5 days agoecho "echo "\Please don't hack me. I'm just a little guy. 👶"\" > ~/.bashrc
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up1·4 days agoGood that you escaped wrong, or you would have nuked your .bashrc. \ comes before the thing you are escaping > ⇒ overwrite from start. >> to append
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