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
Really nice repo. There is an issue when mkdir -p dir1/dir2 is used in a watched directory. Only the creation of dir1 is reported. Then if file1 is added in dir2 it is not reported. Then when a file2 is added in dir1, the following is reported: creation dir1/file2, creation dir2, creation of dir1/file2 (should be dir2/file1).
Below is the list of commands to create the above dirs/files, the output of watch and ls -R of the watched directory:
Hi,
Really nice repo. There is an issue when mkdir -p dir1/dir2 is used in a watched directory. Only the creation of dir1 is reported. Then if file1 is added in dir2 it is not reported. Then when a file2 is added in dir1, the following is reported: creation dir1/file2, creation dir2, creation of dir1/file2 (should be dir2/file1).
Below is the list of commands to create the above dirs/files, the output of watch and ls -R of the watched directory:
Commands
watch reports
ls -R ./tmp
The text was updated successfully, but these errors were encountered: