TLDR
Enter a command. For example: openssl ts, arduino, react native.

printenv

 
Print values of all or specific environment variables. More information: https://www.gnu.org/software/coreutils/printenv.
 
  • 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}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.