On 11/22/24 08:15, Simon Tatham wrote:
I think it would be useful if 'env' had an option which would cause it to treat its COMMAND argument as _necessarily_ a pathname to an executable file, rather than the usual semantics of considering it to be either that or a command to search for on PATH.
When you care about that you do ./filename and the ./ is an explicit path meaning "in the current directory".
This is not env-specific. Rob