I want to basically continuously update the file list of a directory similar to how tail does with the -f flag on a file.
is there any reasonable way to do this?
|
I want to basically continuously update the file list of a directory similar to how tail does with the is there any reasonable way to do this? | |||
|
feedback
|
|
Try using the
| |||
|
feedback
|
|
On Linux, use inotify-tools:
Somewhat different:
| |||
|
feedback
|