Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
itislu opened this issue Jan 17, 2024 · 0 comments
Open

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

itislu opened this issue Jan 17, 2024 · 0 comments
Labels
question Further information is requested
Milestone

Comments

@itislu
Copy link
Collaborator

itislu commented Jan 17, 2024

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
@itislu itislu added the question Further information is requested label Jan 17, 2024
@itislu itislu added this to the Builtins milestone Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant