[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

does find has feature to find several names



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

Reply to: