You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]'
?
The text was updated successfully, but these errors were encountered:
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]'
?
The text was updated successfully, but these errors were encountered: