make-novice icon indicating copy to clipboard operation
make-novice copied to clipboard

Danger: remove with wildcard

Open tautme opened this issue 3 years ago • 1 comments

What do you think about not using wildcards with the remove command?

In the second section Makefiles, the learner is asked to enter

rm *.dat *.png

I accidental entered:

rm *.dat * .png

02-makefiles.md

tautme avatar Aug 02 '22 16:08 tautme

Thanks for the issue. What would you propose instead of using wildcards?

gcapes avatar Aug 03 '22 09:08 gcapes