Команда setenv

In C shell sets the value of an environment variable.

Синтаксис

setenv [var [word]]

varVariable of the set command.
wordSet instructions or information of the variable.

Примеры

setenv PATH "/bin:/usr/bin:/usr/sbin:ucb/bin"

Sets the environment path to search for files in the /bin, /usr/bin, /usr/sbin and ucb/bin directory.

Обратно к списку команд