Skip to content

Glob expansion does not work when the filename pattern contains multiple periods on windows #247

@Tartarus762

Description

@Tartarus762

Version: 0.3.4

Issue: Running a command like shx ls \"src/**/*.mixins.scss\" will result in ls: no such file or directory: src/**/*.mixins.scss
If the command is instead shx ls \"src/**/*.scss\" then the command works as expected.

This is true for many commands such as mv, cp, rm etc

I tested the glob expansion behavior directly in Git bash, powershell and in a shell in Ubuntu and glob expansion works as expected.

I have not tested the shx behavior in linux.

Let me know if I should structure the command differently.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions