- Jun
- 762
- 16
If I run the following command, it finds all the lines in the alias.cfg file in the current directory.
However, if I change the file specification to "a*.cfg", nothing is found.
Here is another way to see the problem.
>fsearch /t"ffind" /l /u /v *.cfg
Matching lines: 6 Matching files: 1 Total files searched: 12
However, if I change the file specification to "a*.cfg", nothing is found.
>fsearch /t"ffind" /l /u /v a*.cfg
Matching lines: 0 Matching files: 0 Total files searched: 0
Here is another way to see the problem.
[TCMD32.10.20 | C:\tcmd]
>fsearch /t"ffind" /b *.cfg
C:\tcmd\alias.cfg
[TCMD32.10.20 | C:\tcmd]
>fsearch /t"ffind" /b a*.cfg
[TCMD32.10.20 | C:\tcmd]