cm0002@piefed.world to Programmer Humor@programming.devEnglish · 8 天前I_fucking_hate_them_nowmedia.piefed.worldimagemessage-square140linkfedilinkarrow-up1984arrow-down113
arrow-up1971arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 8 天前message-square140linkfedilink
minus-squareSpaceScotsman@startrek.websitelinkfedilinkarrow-up59·7 天前I\ don\'t\ know\ what\ you\ mean,\ I\'ve\ never\ encountered\ any\ annoyances.
minus-squareRouthinator@startrek.websitelinkfedilinkEnglisharrow-up8·edit-27 天前'I don\'t know what you mean, I\‘ve never encountered any annoyances.’
minus-squareGamma@programming.devlinkfedilinkEnglisharrow-up7·7 天前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'
minus-squareRouthinator@startrek.websitelinkfedilinkEnglisharrow-up6·7 天前Oh right, good catch. That’s me shell scripting while in a meeting. 🫠
minus-squareStefen Auris@pawb.sociallinkfedilinkEnglisharrow-up3·6 天前Good 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'
Oh right, good catch. That’s me shell scripting while in a meeting. 🫠
Good use of a meeting to be fair
it works in fish