Skip to content

Archive for

How do i delete all files older than six days in linux

Use this command

[applprod@ebs ~]$ find access_log*  -mtime +6 | xargs rm -rf