setenv built-in command for tcsh: Set environment variable name to value

Format

setenv [name [value]]

Description

setenv without arguments, prints the names and values of all environment variables. Given name, sets the environment variable name to value or, without value, to the null string.

Related information

tcsh