cm0002@piefed.world to Programmer Humor@programming.devEnglish · 7 days agoI_fucking_hate_them_nowmedia.piefed.worldimagemessage-square140linkfedilinkarrow-up1995arrow-down113
arrow-up1982arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 7 days agomessage-square140linkfedilink
minus-squarekilleronthecorner@lemmy.worldlinkfedilinkEnglisharrow-up1·5 days agoBecause quoting requires token expansion (e.g. ~ to /home/you). Escaping gives you a much shorter path in that case. That said I’m with you, full quoted paths read better to me.
Because quoting requires token expansion (e.g. ~ to /home/you). Escaping gives you a much shorter path in that case.
That said I’m with you, full quoted paths read better to me.