mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-25 01:23:31 +02:00
16 lines
220 B
Plaintext
16 lines
220 B
Plaintext
NAME
|
|
unset - remove an environment variable
|
|
|
|
SYNOPSIS
|
|
unset [VARNAME]
|
|
|
|
DESCRIPTION
|
|
Removes an environment variable
|
|
|
|
EXAMPLES
|
|
unset some_variable
|
|
Removes the environment variable some_variable
|
|
|
|
SEE ALSO
|
|
set
|