diff --git a/scripts/find-files-modified-by-time.sh b/scripts/find-files-modified-by-time.sh new file mode 100644 index 0000000..f2c9ca2 --- /dev/null +++ b/scripts/find-files-modified-by-time.sh @@ -0,0 +1 @@ +find /share/CACHEDEV1_DATA/ -type f -mmin -5 \ No newline at end of file