Rev 3 | Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3 | Rev 4 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | #!/usr/bin/env bash |
1 | #!/usr/bin/env bash |
- | 2 | # ============================================================================= |
|
- | 3 | # Create |
|
- | 4 | # name : Andre Rikkert de Koe date: apr 2011 |
|
2 | # progname : filefind.bash |
5 | # descr : filefind |
- | 6 | # This is a demo of programming in the bash language. |
|
- | 7 | # Its part of a project to implement a program to create a directory |
|
- | 8 | # tree similar to the output of the Unix find program. |
|
- | 9 | # EUID : Any user who has read access to all the files being searched for. |
|
3 | # purpose : display a directory tree |
10 | # run : interactive |
- | 11 | # |
|
- | 12 | # Changes |
|
4 | # similar to find |
13 | # name : date: |
- | 14 | # descr : short description |
|
- | 15 | # |
|
- | 16 | # ============================================================================= |
|
5 | 17 | ||
6 | # ============================================================================= |
18 | # ============================================================================= |
7 | # Functions |
19 | # Functions |
8 | # ============================================================================= |
20 | # ============================================================================= |
9 | 21 |