printenv
v(uutils coreutils) 0.8.0
printenv [OPTION]... [VARIABLE]...
Afficher les valeurs des VARIABLE(s) d’environnement spécifiées, ou (sans VARIABLE) afficher les paires nom et valeur pour toutes.
Options
--null,-0-
terminer chaque ligne de sortie avec un octet 0 plutôt qu’un saut de ligne
Examples
The examples have not been translated yet and are shown in English. You can help by translating them on tldr-pages.
Display key-value pairs of all environment variables:
printenv
Display the value of a specific variable:
printenv {{HOME}}
Display the value of a variable and end with NUL instead of newline:
printenv {{[-0|--null]}} {{HOME}}
The examples are provided by the tldr-pages project under the CC BY 4.0 License.
Please note that, as uutils is a work in progress, some examples might fail.