export

export set environment variables for the current session or for processes spawned from the current session. This tool allows users to define or modify the values of environment variables that can affect the behavior of the shell and other programs.

Usage

export [NAME[=value] ...]
  • NAME: The name of the environment variable to set.

  • value: The value to assign to the environment variable.

See also

  1. Phoenix-RTOS shell
  2. Phoenix-RTOS Utilities
  3. Table of Contents