Maven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 1 year agoblahajlemmy.zipimagemessage-square52linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageblahajlemmy.zipMaven (famous)@lemmy.zip to Programmer Humor@lemmy.ml · 1 year agomessage-square52linkfedilink
minus-squareFennek@feddit.orglinkfedilinkarrow-up0·1 year 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-up0·1 year 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.