Delete Files Older Than 7 Days. Linux Shell Script Example

Originally published at: Script For Deleting Old Files in Linux

Linux Shell Script To Delete Files Older Than 7 Days Below i will show  basic Linux shell script for Delete Files Older Than 7 Days in Linux. Of course you can change amount of days as you need. Also it possible implement this script as cron job for running by schedule. Ok, lets create new…