Show More
@@ -58,7 +58,8 b' Glob examples::' | |||
|
58 | 58 | *.c any name ending in ".c" in the current directory |
|
59 | 59 | **.c any name ending in ".c" in any subdirectory of the |
|
60 | 60 | current directory including itself. |
|
61 |
foo/* any file in directory foo |
|
|
61 | foo/* any file in directory foo | |
|
62 | foo/** any file in directory foo plus all its subdirectories, | |
|
62 | 63 | recursively |
|
63 | 64 | foo/*.c any name ending in ".c" in the directory foo |
|
64 | 65 | foo/**.c any name ending in ".c" in any subdirectory of foo |
General Comments 0
You need to be logged in to leave comments.
Login now