cm0002@piefed.world to Programmer Humor@programming.devEnglish · 14 days agoI_fucking_hate_them_nowmedia.piefed.worldimagemessage-square146fedilinkarrow-up1992
arrow-up1992imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 14 days agomessage-square146fedilink
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkEnglisharrow-up1·edit-25 days agoI mean, at least in Bash tools like ls do use quotes by default: $ ls filename_without_space 'filename with space' But yeah, tab expansion uses backslashes, sadly.
I mean, at least in Bash tools like
ls
do use quotes by default:$ ls filename_without_space 'filename with space'
But yeah, tab expansion uses backslashes, sadly.