| /filefind/README |
|---|
| 0,0 → 1,9 |
| This directory contains a demo of programming in different languages. |
| A program called filefind is written which produces a filetree, similar to the |
| output of the Unix find program. |
| It's implemented as a recursive program. If the language is multiplatform (like |
| C, java, PHP. ruby), the program may run on all the supported platforms, with |
| minor adaptions. |
| The current makefiles only support Unix/Linux/BSD paltforum. |