| Delete FIles older than a Set date or number of hours I am trying to delete fines on a remote server that has become very full
I am new to linux but this task has been lumpe with me
Have been told i have to mix find and rm so would it be some thing like this ?
to remove more than 24 hour old files. With comfirm
find / Desktop/ -mtime +24 rm -i
i just have no idea really but an trying to make this work |