cm0002@piefed.world to Programmer Humor@programming.devEnglish · 2 months agoI_fucking_hate_them_nowmedia.piefed.worldexternal-linkmessage-square109fedilinkarrow-up1275arrow-down14
arrow-up1271arrow-down1external-linkI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 2 months agomessage-square109fedilink
minus-squareasdfranger@lemmynsfw.comlinkfedilinkarrow-up2·edit-22 months agoOh\ come\ on,\ it\'s\ not\ that\ bad Some shells enclose those types of files within inverted commas. Such that: > ls file\ name.md is instead > ls 'file name.md' (I use fish)
minus-squareLuc@lemmy.worldlinkfedilinkarrow-up1·edit-22 months agoIn dutch I’ve heard them be called flying commas unapologetically (vliegende comma’s — ironically has one in it because many plurals need it, it doesn’t mark possession)
minus-squarezero_spelled_with_an_ecks@programming.devlinkfedilinkarrow-up1·edit-22 months agoI tried to parse the first one but got all confused because there’s no closing single quote.
Some shells enclose those types of files within inverted commas. Such that:
is instead
(I use fish)
“inverted commas”? single quotes?
Floating commas
In dutch I’ve heard them be called flying commas unapologetically (vliegende comma’s — ironically has one in it because many plurals need it, it doesn’t mark possession)
Yes, I am a weird english.
I tried to parse the first one but got all confused because there’s no closing single quote.