Differences

This shows you the differences between the selected revisions of the page.

2018-03-23 2018-03-23
at <yyyy-mm-dd[&nbsp;hh:mm[:ss]] the less than symbol was being described as the greater than symbol. The greater than symbol was being described as the greater than symbol. (unix-bomber) (hidden) (untrusted) Restored revision 1504112449. Undoing revision 1521830962. (martin) (hidden)
Line 33: Line 33:
| ''>yyyy-mm-dd[&nbsp;hh:mm[:ss]]''  | Matches files modified the last time after the date or time (i.e. "newer than"). | ''>2012-01-01'' \\ ''>2012-02-29&nbsp;08:47'' | | ''>yyyy-mm-dd[&nbsp;hh:mm[:ss]]''  | Matches files modified the last time after the date or time (i.e. "newer than"). | ''>2012-01-01'' \\ ''>2012-02-29&nbsp;08:47'' |
| ''>time[YDHNS]''  | Matches files modified the last time within specified interval (i.e. "newer than"). \\ Cannot be used for directories. \\ One of the following units must be used: ''Y'' (years), ''D'' (days), ''H'' (hours), ''N'' (minutes) or ''S'' (seconds). | ''*.doc>1Y'' | | ''>time[YDHNS]''  | Matches files modified the last time within specified interval (i.e. "newer than"). \\ Cannot be used for directories. \\ One of the following units must be used: ''Y'' (years), ''D'' (days), ''H'' (hours), ''N'' (minutes) or ''S'' (seconds). | ''*.doc>1Y'' |
-| ''<yyyy-mm-dd[&nbsp;hh:mm[:ss]]''  | Matches files modified after the date or time (i.e. "older than"). | ''*.doc<2012-02-29&nbsp;08:54:21'' | +| ''<yyyy-mm-dd[&nbsp;hh:mm[:ss]]''  | Matches files modified the last time before the date or time (i.e. "older than"). | ''*.doc<2012-02-29&nbsp;08:54:21'' | 
-| ''<time[YDHNS]''  | Matches files modified the last time before specified interval (i.e. "newer than"). | ''<60D'' |+| ''<time[YDHNS]''  | Matches files modified the last time before specified interval (i.e. "older than"). | ''<60D'' |
It is also possible to use operators ''>='' and ''%%<=%%''. It is also possible to use operators ''>='' and ''%%<=%%''.

Last modified: by martin