# Watch a symlink to a dir
mkdir /dir
ln -s /dir /link
watch /link

touch /dir/file

Output:
    no-events
	# create    /link/file
