cm0002@piefed.world to Programmer Humor@programming.devEnglish · 9 天前I_fucking_hate_them_nowmedia.piefed.worldimagemessage-square142linkfedilinkarrow-up1979arrow-down113
arrow-up1966arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 9 天前message-square142linkfedilink
minus-squarekamen@lemmy.worldlinkfedilinkarrow-up10·9 天前Just put the whole thing in quotes. You might have to escape extra sets of quotes, usually with a backslash.
minus-squareYellowTraveller@lemmy.ziplinkfedilinkarrow-up3arrow-down1·8 天前Or you can also put a \ in front of the space
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·8 天前If you intend on using that with tab completions, you will have extra work to do.
minus-squarekamen@lemmy.worldlinkfedilinkarrow-up3·8 天前Some shells put the path in quotes automatically as you attempt to complete anything with spaces in it.
minus-squareulterno@programming.devlinkfedilinkEnglisharrow-up0·8 天前Yeah, just need to set it up correctly.
Just put the whole thing in quotes. You might have to escape extra sets of quotes, usually with a backslash.
Or you can also put a
\
in front of the spaceIf you intend on using that with tab completions, you will have extra work to do.
Some shells put the path in quotes automatically as you attempt to complete anything with spaces in it.
Yeah, just need to set it up correctly.