Add initial find(1) implementation

No manpage yet.
This commit is contained in:
Evan Gates 2015-02-19 17:47:21 -08:00 committed by sin
parent 51b707e91e
commit 76e6aacd60
4 changed files with 1051 additions and 1 deletions

View File

@ -94,6 +94,7 @@ BIN =\
expand\
expr\
false\
find\
fold\
grep\
head\

1
README
View File

@ -31,6 +31,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
#* expand yes none
=* expr yes none
=* false yes none
= find yes none
#* fold yes none
=* grep yes none
=* head yes none

1
TODO
View File

@ -9,7 +9,6 @@ bc
diff
ed
file
find
getconf
install
join

1049
find.c Normal file

File diff suppressed because it is too large Load Diff