Quote:
Originally posted by IBP
Thanks for that, what is the difference between bash and csh, and why are such useful things as setenv not implemented in bash?
|
Bash and csh have two different syntax structures. Both have similar functionality, but do things slightly differently. For example:
in csh: setenv VAR value
in bash: export VAR=value