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
Copy file name to clipboardExpand all lines: 59_monitor_folder/README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
Demonstrate how to monitor a folder for changes using `inotify` or `watchman`.
4
4
5
+
TODO:
6
+
7
+
* add watchexec example
8
+
5
9
## Reason
6
10
7
11
It's a common requirement that a process needs to monitor the output of another process via the filesystem. File notification systems are generally OS specific.
@@ -14,3 +18,6 @@ It's a common requirement that a process needs to monitor the output of another
0 commit comments