Skip to content

[DECISION] How to handle env if there are arguments after it? #93

@itislu

Description

@itislu

Most of the times, the error message is:

bash-5.1$ env abc
env: ‘abc’: No such file or directory

However, if echo follows env, this happens:

bash-5.1$ env echo 1 2 3
1 2 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions