Skip to main content

Linux command: printenv

printenv - print all or part of environment
NAME
       printenv - print all or part of environment

SYNOPSIS
       printenv [OPTION]... [VARIABLE]...

DESCRIPTION
       Print  the  values  of the specified environment VARIABLE(s).  If no VARIABLE is speci‐
       fied, print name and value pairs for them all.

       -0, --null
              end each output line with NUL, not newline

       --help display this help and exit

       --version
              output version information and exit

       NOTE: your shell may have its own version of printenv,  which  usually  supersedes  the
       version  described  here.  Please refer to your shell's documentation for details about
       the options it supports.

AUTHOR
       Written by David MacKenzie and Richard Mlynarik.

REPORTING BUGS
       GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
       Report printenv translation bugs to <http://translationproject.org/team/>


Popular posts from this blog

How to charge your device from USB Port

First of all, check BIOS Settings of your laptop or desktop Dell Look for USB PowerShare BIOS Settings: USB PowerShare Lenovo Look for Always On USB Charge in Off Mode BIOS Settings: Enable Always On USB Charge in Off Mode

Haskell: Notes

Haskell - An advanced, purely functional programming language

Openfiler on VMware Workstation 12.5.4

On VMware Workstation 12.5.4, after cloning open filer VM (version 2.99.1), I got error "You do not appear to have networking. Please login to start networking." Check MAC Address of cloned VM. Edit /etc/udev/rules.d/70-persistent-net.rules files -Comment the first NIC 'eth0' -Edit the second NIC: Name="eth1" --> Name="eth0"