add find's "-mmin" option. configurable.

This commit is contained in:
Paul Fox
2006-01-13 21:05:41 +00:00
parent 4a1865ca5e
commit 72d1a2357d
3 changed files with 44 additions and 2 deletions

View File

@@ -17,7 +17,15 @@ config CONFIG_FEATURE_FIND_MTIME
depends on CONFIG_FIND
help
Allow searching based on the modification time of
files.
files, in days.
config CONFIG_FEATURE_FIND_MMIN
bool " Enable modified time matching (-min) option"
default y
depends on CONFIG_FIND
help
Allow searching based on the modification time of
files, in minutes.
config CONFIG_FEATURE_FIND_PERM
bool " Enable permissions matching (-perm) option"