Skip to content

can't find wildcard file names on Cygwin #263

@VladimirAlexiev

Description

@VladimirAlexiev

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is neededwindowsIssue is related to the Windows build of bat

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions