cm0002@piefed.world to Programmer Humor@programming.devEnglish · 3 days agoI_fucking_hate_them_nowmedia.piefed.worldimagemessage-square139fedilinkarrow-up1976arrow-down111
arrow-up1965arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 3 days agomessage-square139fedilink
minus-squareSpaceScotsman@startrek.websitecakelinkfedilinkarrow-up56·2 days agoI\ don\'t\ know\ what\ you\ mean,\ I\'ve\ never\ encountered\ any\ annoyances.
minus-squareRouthinator@startrek.websitelinkfedilinkEnglisharrow-up8·edit-22 days ago'I don\'t know what you mean, I\‘ve never encountered any annoyances.’
minus-squareGamma@programming.devlinkfedilinkEnglisharrow-up5·2 days agoSingle quotes don’t allow any escaping in shell, you need 'I don'\''t know what you mean, I'\''ve never encountered any annoyances' Or, in Zsh with setopt rcquotes: 'I don''t know what you mean, I''ve never encountered any annoyances'
minus-squareRouthinator@startrek.websitelinkfedilinkEnglisharrow-up5·2 days agoOh right, good catch. That’s me shell scripting while in a meeting. 🫠
minus-squareStefen Auris@pawb.sociallinkfedilinkEnglisharrow-up2·1 day agoGood use of a meeting to be fair
I\ don\'t\ know\ what\ you\ mean,\ I\'ve\ never\ encountered\ any\ annoyances.
'I don\'t know what you mean, I\‘ve never encountered any annoyances.’
Single quotes don’t allow any escaping in shell, you need
'I don'\''t know what you mean, I'\''ve never encountered any annoyances'
Or, in Zsh with
setopt rcquotes
:'I don''t know what you mean, I''ve never encountered any annoyances'
it works in fish
Oh right, good catch. That’s me shell scripting while in a meeting. 🫠
Good use of a meeting to be fair