Open ericcurtin opened 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]'
?
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]'
?