cm0002@piefed.world to Programmer Humor@programming.devEnglish · 11 hours agoI_fucking_hate_them_nowmedia.piefed.worldimagemessage-square80fedilinkarrow-up1568arrow-down15
arrow-up1563arrow-down1imageI_fucking_hate_them_nowmedia.piefed.worldcm0002@piefed.world to Programmer Humor@programming.devEnglish · 11 hours agomessage-square80fedilink
minus-squareronigami@lemmy.worldlinkfedilinkarrow-up1·edit-24 hours agoWhy on earth not just type wine ~/random and then hit tab to autocomplete? Or you could do wine `echo random*` AFAIK, if $file is a filename with spaces, then some_util ${file} will not split the filename.
Why on earth not just type
wine ~/random
and then hit tab to autocomplete? Or you could dowine `echo random*`
AFAIK, if $file is a filename with spaces, then
some_util ${file}
will not split the filename.