Rev 8 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
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 platform.