Rev 8 | Rev 29 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 8 | ls | 1 | This directory contains a demo of programming in different languages. |
| 2 | |||
| 3 | A program called filefind is written which produces a filetree, similar to the |
||
| 4 | output of the Unix find program. |
||
| 5 | |||
| 6 | It's implemented as a recursive program. If the language is multiplatform (like |
||
| 7 | C, java, PHP. ruby), the program may run on all the supported platforms, with |
||
| 8 | minor adaptions. |
||
| 9 | ls | 9 | The current makefiles only support Unix/Linux/BSD platform. |