Does someone have a shell script or utility that can monitor a specific directory and see which file is growing within a certain time period and possibly by how much?
For example, if I have the following files in a directory:
myfile1.txt
anotherfile.gz
thisonetoo.tar
The script could be run once, and then on the next run time it might say something like
myfile1.txt +5MB
anotherfile.gz -10MB
thisonetoo.tar +100MB