# Remove watched file.

touch /file
watch /file
rm /file

Output:
	remove /file

	linux:  # unlink always emits a chmod on linux.
		chmod  /file
		remove /file
