Skip to content

Why does qsv foreach "echo {}" eat slashes? #2753

@ondohotola

Description

@ondohotola

given a file test.csv with the content

a,b
1,1/

The commands

qsv foreach b "echo {} test" test.csv

and

qsv foreach b "echo {}/test" test.csv

both result in

echo 1 test

when I would expect something like

echo 1/test

and

echo 1//test

respectively.

  • OS: Mac OS 15.5
  • qsv Version: 4.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions