How to reproduce:
- Run
fswatch . in one terminal (or `fswatch -m inotify_monitor).
- Open another terminal.
- Execute one of:
ls the_directory_where_you_are or cat some_file_inside_the_directory
Results (output of -x option):
/home/foo/bar IsDir
/home/foo/bar PlatformSpecific
Expected results: Only modified files/directories should be changed. Reading a directory or a file should not have any impact.
How to reproduce:
fswatch .in one terminal (or `fswatch -m inotify_monitor).ls the_directory_where_you_areorcat some_file_inside_the_directoryResults (output of
-xoption):Expected results: Only modified files/directories should be changed. Reading a directory or a file should not have any impact.