# watch same file twice.

touch /file

watch /file
watch /file

echo hello >>/file

Output:
    ItemIsFile|ItemModified /file
