Kind of a two part question:
- What is the best way to monitor a folder that contains a bunch of files and alert if any one of those files exceeds a predefined file size? Keeping in mind I cannot control the file names and they routinely change.
- What is the best way to monitor a top level directory with many sub-directories for any file that exceeds a specific size? In this situation new directories are routinely created and I still have no control over their names.
Add comment