Forrest logo
back to context overview

printenv

List of commands for printenv:

  • printenv:tldr:0ff6d printenv: Display the value of a variable and end with NUL instead of newline.
    $ printenv --null ${HOME}
    try on your machine
    explain this command
  • printenv:tldr:9964f printenv: Display the value of a specific variable.
    $ printenv ${HOME}
    try on your machine
    explain this command
  • printenv:tldr:d3bc3 printenv: Display key-value pairs of all environment variables.
    $ printenv
    try on your machine
    explain this command
back to context overview