blob: d24be2a3b97bca6e0b111ca18dc78c07e4ba7a6d [file] [log] [blame]
# watch same file twice.
touch /file
watch /file
watch /file
echo hello >>/file
Output:
write /file