Revision: 3176
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 12, 2007 12:14 by jhenry
Initial Code
find /var/log -mtime -14 -type f -exec ls -al {} \;
Initial URL
http://www.linuxquestions.org/questions/showthread.php?t=7368
Initial Description
Initial Title
using find to list old files based on date
Initial Tags
date, command, script, unix, linux, files, line, find
Initial Language
Bash