File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -338,8 +338,8 @@ The following table show useful pattern examples:
338338
339339| Pattern | Meaning |
340340| ---------------------------------------------------------------| -----------------------------------------------------------------------------------------------|
341- | \\ e\* .??? | Matches filenames beginning with the letter ` e ` . |
342- | \* e.??? | Matches filename ending with the letter ` e ` . |
341+ | * \\ e\* .??? | Matches filenames beginning with the letter ` e ` . |
342+ | \* e.??? | Matches filenames ending with the letter ` e ` . |
343343| \* vacations\* | Matches files that have the word ` vacations ` in their path. |
344344| \* 2019\* | Matches files that have the year 2019 in the filename or directory path. |
345345| \*\\ DCIM\\\* | Matches the files located in a Digital Camera Images directory. |
You can’t perform that action at this time.
0 commit comments