Bash Script That Deletes Directories Older Than X Days If Y Number Of Directories Exist
Earlier tonight I created a little script that will run in cron on a Linux server. The script counts the number of directories and files in a specific directory and if the count is above Y then it deletes directories and files older than X number of days. In the example script below the number…