env

Linux · System · available in the simulator

What it does

Display or modify the environment before executing a command.

Options and parameters

  • -i

    Start with an empty environment.

  • -u VAR

    Remove variable from the environment.

Usage examples

  • env
  • env -i bash
  • env VAR=valor cmd
  • env VAR=valor comando
Practise env

Related commands