Base: Add man page for env

This commit is contained in:
Tim Ledbetter 2023-06-25 12:28:00 +01:00 committed by Andreas Kling
parent 6aa87e2119
commit 3de4cd0ba9

View file

@ -0,0 +1,19 @@
## Name
env - Execute a command with a modified environment
## Synopsis
```sh
$ env [--ignore-environment] [--split-string S] [--unset name] [env/command...]
```
## Options
* `-i`, `--ignore-environment`: Start with an empty environment
* `-S S`, `--split-string S`: Process and split S into separate arguments; used to pass multiple arguments on shebang lines
* `-u name`, `--unset name`: Remove variable from the environment
## Arguments
* `env/command`: Environment and commands