Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 43 | Rev 44 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | /* ============================================================================ |
1 | /* ============================================================================ |
2 | # Create |
2 | # Create |
3 | # name : Andre Rikkert de Koe date: Apr 2011 |
3 | # name : Andre Rikkert de Koe date: Apr 2011 |
4 | # descr : filefind |
4 | # descr : filefind |
5 | # This is a demo of programming in the java language. |
5 | # This is a demo of programming in the Java language. |
6 | # Its part of a project to implement a program to create a directory |
6 | # Its part of a project to implement a program to create a directory |
7 | # tree similar to the output of the Unix find program. |
7 | # tree similar to the output of the Unix find program. |
8 | # EUID : Any user who has read access to all the files being searched for. |
8 | # EUID : Any user who has read access to all the files being searched for. |
9 | # run : interactive |
9 | # run : interactive |
10 | # |
10 | # |