Differences

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

2014-11-21 2014-11-25
5.6.2 Bug 1223: Timestamp variable in scripting. (martin) using nonbreakable space in date/time mask examples and syntax (martin)
Line 31: Line 31:
| ''>size[KMG]''  | Matches files larger than ''size''. \\ Following units can be used: ''K'' (Kilobyte), ''M'' (Megabyte) or ''G'' (Gigabyte). | ''*.bin>1M'' | | ''>size[KMG]''  | Matches files larger than ''size''. \\ Following units can be used: ''K'' (Kilobyte), ''M'' (Megabyte) or ''G'' (Gigabyte). | ''*.bin>1M'' |
| ''<size[KMG]''  | Matches files smaller than ''size''. | ''<1G'' | | ''<size[KMG]''  | Matches files smaller than ''size''. | ''<1G'' |
-| ''>yyyy-mm-dd[·hh:mm[:ss]]''  | Matches files modified the last time after the date or time (i.e. "newer than"). | ''>2012-01-01'' \\ ''>2012-02-29·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"). \\ 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"). \\ One of the following units must be used: ''Y'' (years), ''D'' (days), ''H'' (hours), ''N'' (minutes) or ''S'' (seconds). | ''*.doc>1Y'' |
-| ''<yyyy-mm-dd[·hh:mm[:ss]]''  | Matches files modified the last time before the date or time (i.e. "older than"). | ''*.doc<2012-02-29·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. "older than"). | ''<60D'' | | ''<time[YDHNS]''  | Matches files modified the last time before specified interval (i.e. "older than"). | ''<60D'' |

Last modified: by martin