so that I don't have to write this: find . -type f -name "*.sh" -o -name "*.html"
is there a find . -type f -name "*.sh|*.html" method? :D:D thank you
so that I don't have to write this: find . -type f -name "*.sh" -o -name "*.html"
is there a find . -type f -name "*.sh|*.html" method? :D:D thank you