I'm trying to use the command: env -0 but it give me this output:
env: illegal option -- 0
usage: env [-iv] [-P utilpath] [-S string] [-u name]
[name=value ...] [utility [argument ...]]
Bash version: GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin20)
OS: macOS Big Sur 11.6.8
How can I make the env command understand the -0 flag?