env#
Run with a modified environment, or print the environment.
$ env
$ env LANG=C sort
$ env -i bash
$ #!/usr/bin/env bash # shebang for portable bash
Run with a modified environment, or print the environment.
$ env
$ env LANG=C sort
$ env -i bash
$ #!/usr/bin/env bash # shebang for portable bash