UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: unsetChapter 4
The Bourne Shell and Korn Shell
Next: Reference: until
 

unset

unset [options] names

Erase definitions of functions or variables listed in names. The Korn shell version supports options.

Options

-f

Unset functions in names.

-n

Unset indirect variable (nameref) name, not the variable the nameref refers to. ksh93 only.

-v

Unset variables names (default). ksh93 only.


Previous: Reference: unsetUNIX in a Nutshell: System V EditionNext: Reference: until
Reference: unsetBook IndexReference: until

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System