ULOS Manual Pages - env(1) | Back
NAME
  env - run a program in a modified environment
SYNOPSIS
  env [options] PROGRAM ...
DESCRIPTION
  Executes programs with the specified options.  Primarily for compatibility.
  Supported options:
  --unset=KEY,KEY,...
    For each KEY, unsets that variable in the program's environment.
  --chdir=DIR
    Sets the program's working directory to DIR.
  -i
    Empties the program's environment.
COPYRIGHT
  ULOS Core Utilities copyright (c) 2021 Ocawesome101 under the DSLv2.
REPORTING BUGS
  Bugs should be reported at https://github.com/ocawesome101/oc-ulos/issues.