logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Print Environment - Display Variables | Online Free DevTools by Hexmos

Display environment variables with Print Environment. View all or specific variables for shell environments. Free online tool, no registration required.

printenv

Print values of all or environment variables. More information: https://www.gnu.org/software/coreutils/manual/html_node/printenv-invocation.html.

  • 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}}

See Also