cm0002@piefed.world to Programmer Humor@programming.devEnglish · 12 days agoI_fucking_hate_them_nowimagemessage-square146linkfedilinkarrow-up1995arrow-down113
arrow-up1982arrow-down1imageI_fucking_hate_them_nowcm0002@piefed.world to Programmer Humor@programming.devEnglish · 12 days agomessage-square146linkfedilink
minus-squareThe Ramen Dutchman@ttrpg.networklinkfedilinkEnglisharrow-up1·edit-23 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.