Reworked find with David Douthitt to support -type, -perm, -mtime, and

other improvements.
This commit is contained in:
Matt Kraai 2001-02-07 03:52:38 +00:00
parent a164c647ac
commit 096370d349
5 changed files with 313 additions and 112 deletions

View file

@ -309,6 +309,15 @@
// Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
#define BB_FEATURE_HUMAN_READABLE
//
// Support for the find -type option.
#define BB_FEATURE_FIND_TYPE
//
// Support for the find -perm option.
#define BB_FEATURE_FIND_PERM
//
// Support for the find -mtine option.
#define BB_FEATURE_FIND_MTIME
//
// End of Features List
//
//