lemming741@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agoIFS=$'\n'lemmy.worldimagemessage-square49linkfedilinkarrow-up1350arrow-down120file-text
arrow-up1330arrow-down1imageIFS=$'\n'lemmy.worldlemming741@lemmy.world to Programmer Humor@programming.devEnglish · 2 days agomessage-square49linkfedilinkfile-text
minus-squareDarkAri@lemmy.blahaj.zonelinkfedilinkarrow-up7·2 days agoI guess the most annoying part of it to me is that you have put your locations in quotes if you use them in a shell. I do use spaces for file names sometimes, except when writing code or something, then I use underscores.
minus-squareazuth@sh.itjust.workslinkfedilinkEnglisharrow-up2·18 hours agoYou can just escape the spaces with a \ .
I guess the most annoying part of it to me is that you have put your locations in quotes if you use them in a shell. I do use spaces for file names sometimes, except when writing code or something, then I use underscores.
You can just escape the spaces with a \ .
Cool I didn’t know that