Add initial find(1) implementation
No manpage yet.
This commit is contained in:
parent
51b707e91e
commit
76e6aacd60
1
Makefile
1
Makefile
|
@ -94,6 +94,7 @@ BIN =\
|
||||||
expand\
|
expand\
|
||||||
expr\
|
expr\
|
||||||
false\
|
false\
|
||||||
|
find\
|
||||||
fold\
|
fold\
|
||||||
grep\
|
grep\
|
||||||
head\
|
head\
|
||||||
|
|
1
README
1
README
|
@ -31,6 +31,7 @@ The following tools are implemented ('*' == finished, '#' == UTF-8 support,
|
||||||
#* expand yes none
|
#* expand yes none
|
||||||
=* expr yes none
|
=* expr yes none
|
||||||
=* false yes none
|
=* false yes none
|
||||||
|
= find yes none
|
||||||
#* fold yes none
|
#* fold yes none
|
||||||
=* grep yes none
|
=* grep yes none
|
||||||
=* head yes none
|
=* head yes none
|
||||||
|
|
1
TODO
1
TODO
|
@ -9,7 +9,6 @@ bc
|
||||||
diff
|
diff
|
||||||
ed
|
ed
|
||||||
file
|
file
|
||||||
find
|
|
||||||
getconf
|
getconf
|
||||||
install
|
install
|
||||||
join
|
join
|
||||||
|
|
Loading…
Reference in New Issue
Block a user