mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8bab117baa
The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. Submitted by: Andrew Stevenson <andrew@ugh.net.au> PR: ports/34414
7 lines
257 B
Plaintext
7 lines
257 B
Plaintext
The wait_on command allows shell scripts to access the facilities provided by
|
|
kqueue(3). This allows scripts to detect files being added to directories, data
|
|
appended to files and many other things - all without polling.
|
|
|
|
Andrew Stevenson
|
|
andrew@ugh.net.au
|