tldr/pages/common/printenv.md

16 lines
304 B
Markdown
Raw Normal View History

# printenv
2018-10-08 23:16:27 +01:00
> Print values of all or specific environment variables.
- 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 --null {{HOME}}`