bmatzelle / gow

Unix command line utilities installer for Windows.
https://github.com/bmatzelle/gow/wiki
6.55k stars 363 forks source link

Using Windows Wildcards #264

Open loggerheads-with-binary opened 3 years ago

loggerheads-with-binary commented 3 years ago

Is there a way to use Unix-like shell wildcards; for example searching for python.exe using py*.exe in the commands? Using the direct wildcards do not yield anything, it specifically searches for py*.exe and not the shell wildcard equivalent of it

I specifically tried it on which command: Here is the output

C:\Users\hp\Desktop>which py*.exe
which: no py*.exe in ( . ,  ::My path Variable:: )