[prev] [thread] [next] [lurker] [Date index for 2007/01/10]
> tcsh disagrees: > > > setenv A B > > echo $A > B > > env A= echo $A > B > > env A=X echo $A > B Correct me if I'm wrong, but in sh at least the $A is evaluated and replaced before the env A=, so a better example would be to write a shell script that echos $A and use that instead of echoThere's stuff above here
Generated at 00:01 on 12 Jan 2007 by mariachi 0.52