Command to delete files older that N days

ARUN Post in LINUX COMMANDS, SCRIPTS
0

[    find /home/username/ -mtime +N -exec ls -l {} \;    ]

eg :   [    find /home/username/ -mtime +75 -exec ls -l {} \;    ]

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.