Skip to content

Starting from powershell and escaping spaces #3533

@rogalmic

Description

@rogalmic

To reproduce, run this in powershell 5.1.17134.228 (1.0 folder):

PS C:\Users\billc> bash -c 'echo "test    spaces"'

result (should be test spaces):

test

Same thing works fine in cmd:

C:\Users\billc>bash -c 'echo "test    spaces"'
test    spaces

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions