Return to Snippet

Revision: 3176
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