Frequent Links
unset
unset is a builtin command implemented by both the Bourne shell family (sh, ksh, bash, etc.) and the C shell family (csh, tcsh, etc.) of Unix command line shells. It unsets a shell variable, removing it from memory and the shell's exported environment. It is implemented as a shell builtin, because it directly manipulates the internals of the shell.
Read-only shell variables cannot be unset. If one tries to unset a read-only variable, the unset command will print an error message and return a non-zero exit code. For more information on read-only variables, see readonly.
See also
External links
- unset: unset values and attributes of variables and functions – Commands & Utilities Reference, The Single UNIX® Specification, Issue 7 from The Open Group
|
Lua error in package.lua at line 80: module 'Module:Buffer' not found.