inotifywait

Waits for changes to one or more files.

=> More information.

while inotifywait {path/to/file}; do {command}; done
while inotifywait --quiet {path/to/file}; do {command}; done
while inotifywait --recursive {path/to/directory}; do {command}; done
while inotifywait --recursive {path/to/directory} --exclude '{regular_expression}'; do {command}; done
while inotifywait --timeout {30} {path/to/file}; do {command}; done
while inotifywait --event {modify} {path/to/file}; do {command}; done
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

=> CC-BY

Proxy Information
Original URL
gemini://freeshell.de/tldr/inotifywait.gmi
Status Code
Success (20)
Meta
text/gemini;lang=en-GB
Capsule Response Time
103.498683 milliseconds
Gemini-to-HTML Time
0.285084 milliseconds

This content has been proxied by September (ba2dc).