1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 10:54:57 +00:00
serenity/Base/usr/share/man/man1/env.md
2023-06-26 19:27:45 +02:00

489 B

Name

env - Execute a command with a modified environment

Synopsis

$ 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