|
A check about the file age.
Usage
age[file]=<days(int)>
age[file]>=<days(int)>
age[file]<=<days(int)>
Examples
age[file]<=30
Flags the file only if it has been less than a month old.
Description
Tests the age of a file, by looking at how many days back its timestamp is set.
See also
Similar parameters
Similar commands
|