On 2020/11/03 04:29, Bernhard Voelker wrote:
As you didn't give an example, it's hard for me to imagine what you want to achieve, or better why current 'env' would "dislike it".
---
I tried to use 'env' to find perl in my path and wanted to pass
the -T option to perl.
/usr/bin/env perl -T
print "Hello World\n";
Couldn't figure out anyway to have env look up my program in my path and
to pass an option to that program.
