25 lines
642 B
Plaintext
25 lines
642 B
Plaintext
|
UNSET(1) User Commands UNSET(1)
|
||
|
|
||
|
NAME
|
||
|
unset - remove one or more environment variables
|
||
|
|
||
|
SYNOPSIS
|
||
|
unset NAME...
|
||
|
|
||
|
DESCRIPTION
|
||
|
unset will remove all of the environment variables given by the name
|
||
|
list.
|
||
|
|
||
|
|
||
|
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 UNSET(1)
|