25 lines
769 B
Plaintext
25 lines
769 B
Plaintext
PRINTENV(1) User Commands PRINTENV(1)
|
|
|
|
NAME
|
|
printenv - print the exported environment variables
|
|
|
|
SYNOPSIS
|
|
printenv [name...]
|
|
|
|
DESCRIPTION
|
|
If no parameters are specified, printenv will print all of the exported
|
|
environment variables. If one or more varible names are supplied only
|
|
the values of the listed variables will be printed.
|
|
|
|
AUTHOR
|
|
Dave Hein
|
|
|
|
COPYRIGHT
|
|
Copyright (c) 2013, Dave Hein
|
|
MIT License (See license.txt in the root directory)
|
|
This is free software: you are free to change and redistribute it.
|
|
There is no warranty, to the extent permitted by law.
|
|
|
|
|
|
SPINIX utility March 2013 PRINTENV(1)
|