-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
can't find wildcard file names on Cygwin #263
Copy link
Copy link
Closed
Labels
help wantedExtra attention is neededExtra attention is neededwindowsIssue is related to the Windows build of batIssue is related to the Windows build of bat
Description
Windows 10, cygwin
$ bat /cygdrive/c/prog/bin/*.pl
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)
[bat error]: The system cannot find the path specified. (os error 3)There are that many files, so it gets the globbled listing but for some reason can't open the files.
Trying with one of them:
$ cat /cygdrive/c/prog/bin/rncfix.pl
#!perl -wp0
...
$ bat /cygdrive/c/prog/bin/rncfix.pl
[bat error]: The system cannot find the path specified. (os error 3)Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is neededwindowsIssue is related to the Windows build of batIssue is related to the Windows build of bat