information about this package can be found in the README. here is a html-version of the README:
should work.
find lets you traverse directory trees and print paths and sys-stat(2) information about a file. it is intended to be easier to use than fs(1), alphabet-fs(1) and/or du(1) with various combinations of grep, sed and for-loops with ftest(1). find's usage is different from the unix version (most importantly, it uses standard option syntax).
change the "mkconfig" if you do not have $ROOT set. now "mk install" to compile and install the files.
when building from within inferno, insert SYSHOST=Inferno and ROOT= in the mk invocations to override the values in the mkconfig.
the latest version can be found at:
http://www.ueber.net/code/r/find
all files are in the public domain. this code has been written by mechiel lukkien, reachable at mechiel@ueber.net.
to clone & pull:
hg clone http://www.ueber.net/hgsrv/find/
hg clone static-http://www.ueber.net/who/mjl/hg/find/
download a snapshot of the latest version: find-5.tgz.
the files in the latest revision can be found at /hg/find/files/tip/. a specific revision can be access by replacing "tip" with the revision number, (partial) nodeid or tag name. a few direct links to useful files in the latest revision:
| rev | nodeid | when | diff | why |
|---|---|---|---|---|
| 5 | 67f47db89d12 | 13 months | diff | add option -/ for adding a slash to a path if it is a dir. |
| 4 | e053c2aea46b | 17 months | diff | add options -J and -T, to stop traversing a directory, error out o... |
| 3 | d7369904bd8d | 17 months | diff | change option "-t f|d" to -f and -F. other fixes. ... |
| 2 | da90c3b9b408 | 17 months | diff | fix cut/paste-o, remove old email address. |
| 1 | 32c3e0a59a5a | 17 months | diff | actually do file pattern matching with filepat(2)... |
| 0 | 61146843cb2b | 17 months | - | welcome find. |