# Watch a symlink to a file.
touch /file
ln -s /file /link
watch /link

echo hello >>/file

Output:
    no-events
