home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


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: unset UNIX in a Nutshell: System V Edition Next: Reference: until
Reference: unset Book Index Reference: 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