ar- / incron

cron-like daemon which handles filesystem events
Other
229 stars 51 forks source link

Watch multiple extensions recursively #86

Open ericcurtin opened 3 years ago

ericcurtin commented 3 years ago

Something that's not 100% clean in the documentation is how you could watch multiple file extensions recursively. How would you watch files with either .c or .h extensions recursively like:

find . -name '*.[ch]'

?