blob: 4729815546827c23df06aff1e2595f4a41065db0 [file] [log] [blame]
# Rename from unwatched dir.
mkdir /unwatch
touch /unwatch/file
mkdir /dir
watch /dir
mv /unwatch/file /dir/file
Output:
create /dir/file