Tag Archives: Unix Linux

How to remove file older than 3 days

You might ask how to remove file that existed for 3 days or more. It is quite straight forward and easy from Unix(Linux) command if you using find. You may refer to the sample script as below. find . -type … Continue reading

Posted in Linux | Tagged , , , , , , , , , | View Comments