minus-squareConsti@lemmy.worldtoLinux@programming.dev•A Surprisingly Common Mistake Involving Wildcards & The Find Commandlinkfedilinkarrow-up3·23 hours agoUsing zsh will gelp with that mistake, because by default it will turn the ‘no matches’ scenario into an error. But seriously, always quote your arguments if there is any chance for ambiguity (also for variables) linkfedilink
Using zsh will gelp with that mistake, because by default it will turn the ‘no matches’ scenario into an error. But seriously, always quote your arguments if there is any chance for ambiguity (also for variables)