linhuchong 发表于 2004-1-15 05:08:48

Is there no "setenv" in ML1.1?

I want to use "setenv" for something. But, I can not find the command "setenv" after searching /bin, /sbin, and /usr.

Is there something I missed? Or is there a substitute for it?

Thanks a lot for any help!

gugong 发表于 2004-1-15 10:16:30

export 即可。

例如:

export QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"




setenv 好象是 别的<b> SHELL 里面的命令 </b>。

jet 发表于 2004-1-15 10:27:45

C SHELL里是setenv,bash里是export

linhuchong 发表于 2004-1-15 11:47:37

Thanks! Pretty helpful.
页: [1]
查看完整版本: Is there no &quot;setenv&quot; in ML1.1?