Reworked find with David Douthitt to support -type, -perm, -mtime, and
other improvements.
This commit is contained in:
parent
a164c647ac
commit
096370d349
5 changed files with 313 additions and 112 deletions
9
Config.h
9
Config.h
|
@ -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
|
||||
//
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue