Linux@programming.dev•A Surprisingly Common Mistake Involving Wildcards & The Find CommandbyConsti@lemmy.world4 daysUsing 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) 3
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)