Maven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 4 months agoblahajlemmy.zipimagemessage-square55fedilinkarrow-up1608cross-posted to: [email protected]
arrow-up1608imageblahajlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 4 months agomessage-square55fedilinkcross-posted to: [email protected]
minus-squareFennek@feddit.orglinkfedilinkarrow-up5·edit-24 months agoI try to just always put files names or paths into quotes in CLI or tie it to a variable in programming. This way it also accepts spaces and knows how to separate it from arguments.
minus-squareaulin@lemmy.worldlinkfedilinkarrow-up4·4 months agoYeah. It’s a good idea to guard against it, but I would still never put spaces in filesnames that I myself choose.
I try to just always put files names or paths into quotes in CLI or tie it to a variable in programming. This way it also accepts spaces and knows how to separate it from arguments.
Yeah. It’s a good idea to guard against it, but I would still never put spaces in filesnames that I myself choose.