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