NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
find (Score:1)
So, -atime 5 means accessed 5 days ago, -atime -5 means accessed less than 5 days ago, and -atime +5 means accessed more than 5 days ago. Most of the time, you want a signed version. (How often do you want to find files used exactly 37 days ago, and be sure it wasn't 36 or 38?)
Reply to This