printenv#

printenv command display environment variables. It can be used to print all environment variables or to display the value of specific variables.

Usage#

printenv [VARIABLE]...
  • VARIABLE: Specifies the name of the environment variable whose value is to be printed. If no VARIABLE is provided, printenv prints all environment variables and their values

See also#

  1. Phoenix-RTOS shell

  2. Phoenix-RTOS Utilities

  3. Table of Contents