printenv
Print environment variables (POSIX, toybox)
Syntax:
printenv [-0] [env_var...]
Runs on:
QNX OS
Options:
- -0
- Use
\0
as delimiter instead of\n
. - env_var
- The environment variables to print the values of.
Description:
This utility is provided as part of the toybox package. For information on how to enable it, see toybox.
Contributing author:
Rob Landley and the toybox project (see https://landley.net/toybox/).
Page updated: