Show More
@@ -58,7 +58,8 b' Glob examples::' | |||||
58 | *.c any name ending in ".c" in the current directory |
|
58 | *.c any name ending in ".c" in the current directory | |
59 | **.c any name ending in ".c" in any subdirectory of the |
|
59 | **.c any name ending in ".c" in any subdirectory of the | |
60 | current directory including itself. |
|
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 | recursively |
|
63 | recursively | |
63 | foo/*.c any name ending in ".c" in the directory foo |
|
64 | foo/*.c any name ending in ".c" in the directory foo | |
64 | foo/**.c any name ending in ".c" in any subdirectory of foo |
|
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