using find to list old files based on date


/ Published in: Bash
Save to your folder(s)



Copy this code and paste it in your HTML
  1. find /var/log -mtime -14 -type f -exec ls -al {} \;

URL: http://www.linuxquestions.org/questions/showthread.php?t=7368

Report this snippet


Comments


You need to login to view comments.