Maven (famous) to Programmer [email protected] • 10 months agoblahajlemmy.zipimagemessage-square56fedilinkarrow-up1602cross-posted to: [email protected][email protected]
arrow-up1602imageblahajlemmy.zipMaven (famous) to Programmer [email protected] • 10 months agomessage-square56fedilinkcross-posted to: [email protected][email protected]
minus-squareFenneklinkfedilink5•edit-210 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-square@[email protected]linkfedilink4•10 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.