Differences
This shows you the differences between the selected revisions of the page.
2014-01-21 | 2014-04-22 | ||
suggest using file mask dialog (martin) | jedec unit names (martin) | ||
Line 28: | Line 28: | ||
^ Pattern ^ Meaning ^ Example ^ | ^ Pattern ^ Meaning ^ Example ^ | ||
- | | ''>size[KMG]'' | Matches files larger than ''size''. Following units can be used: ''K'' (Kibibyte), ''M'' (Mebibyte) or ''G'' (Gibibyte). | ''*.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[ 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'' | |