blob: 0467041cfccc4e1c2721dcb452b55b8360a504a4 [file] [log] [blame]
# Watch the same directory twice.
watch /
watch /
touch /file
echo hello >>/file
rm /file
mkdir /dir
Output:
create /file
write /file
remove /file
create /dir