Home | Previous Page | Next Page   Environment Variables > Using Environment Variables on UNIX >

Unsetting Environment Variables

To unset an environment variable, enter the following command.

Shell Command
C
unsetenv ABCD
Bourne or Korn
unset ABCD
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]