Most of the times, the error message is: ```sh bash-5.1$ env abc env: ‘abc’: No such file or directory ``` However, if echo follows env, this happens: ```sh bash-5.1$ env echo 1 2 3 1 2 3 ```
Most of the times, the error message is:
However, if echo follows env, this happens:
bash-5.1$ env echo 1 2 3 1 2 3