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"

I start all my Raku programs with

1: #!/usr/bin/env raku

Still working properly
_______________________________________________
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