On Tue, 2020-10-06 at 15:45 -0700, ToddAndMargo via users wrote:
> On 2020-10-06 14:35, Patrick O'Callaghan wrote:
> > For as long as I can remember, the shell builtin 'env' has been useful
> > for listing all the current environment variables.
> > 
> > Not any more. There's another command called env which does something
> > different, and the builtin no longer exists.
> > 
> > I mustn't have got the memo. How do I get the old 'env' back?
> > 
> > poc
> 
> Probably as Sam said, you were thinking of "set"

No (see my answer to Samuel).

> I start all my Raku programs with
> 
> 1: #!/usr/bin/env raku

Why? If you aren't adding options to 'env', surely this is the same as
using '/usr/bin/bash'.

poc
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to