-
Notifications
You must be signed in to change notification settings - Fork 217
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why fuzzy-match * doesn't work? #1341
Comments
Hi @coolbq ! Can you show the output of |
OK I will look -- thank you! -- my Windows machine is not with me at present but I'll check in a few days. |
|
@coolbq and @aborruso my apologies, I know what this is, and I have known for many, many years -- even before Miller. The issue -- a standard issue -- is that Unix and Unix-like shells (including Linux and Mac) expand wildcards like I've known this for a very long time -- 20 years easily -- and also, the Windows version of Miller goes back many years as well (although of course not 20). I'm embarrassed to say I didn't think of this earlier -- it should have been a fundamental part of any Windows port for the very start, and not only did I not implement wildcard-expansion for Miller on Windows, I didn't write any test cases, etc.
|
hhm, it seems there is still a further problem for this fuzzy match combination operation. The combination process just stucks there and never end. If stop the command line windows forcefully, you will get a huge result file. miller version: 6.9.0 |
os: Windows 10
command:
mlr --csv --mfrom *.csv -- cat
error: mlr: open *.csv: The filename, directory name, or volume label syntax is incorrect..
why "*.csv" doesn't match multiple csv files on Windows 10 ?
The text was updated successfully, but these errors were encountered: