[X-Unix] setenv missing!

Brian L. Matthews blmatthews at gmail.com
Fri May 20 09:20:49 PDT 2005


>-bash: setenv: command not found

setenv is a csh (or tcsh) builtin. I believe in Jaguar the default 
shell was tcsh, while it's been bash since Panther. In bash the 
equivalent command is:

export VAR=value

You can use chsh to change you shell back to tcsh if you'd like, do a:

man chsh

for the details.

Brian


More information about the X-Unix mailing list