emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
4.96k stars 327 forks source link

Dont no how to stop fswatch after using '&' flag to run the cmd #286

Closed halohoop closed 2 years ago

direvus commented 2 years ago

The same way you'd stop any other process running in the background -- find its Process ID with ps, and stop it with kill.

emcrisostomo commented 2 years ago

Thanks @direvus