- 论坛徽章:
- 0
|
原帖由 waker 于 2007-6-12 20:52 发表
在~/.cshrc setenv的吧?
SHELL不是csh的内置变量
在很多系统中 在csh中 echo $SHELL是个陷阱
楼主详细解释一下可以么?
指令more .cshrc setenv的输出如下:
::::::::::::::
.cshrc
::::::::::::::
# @(#)cshrc.standard 1.1 Copyright 1994, Motorola Inc.
if ( -e /.datagen_system ) then
source /usr/gsm/DataGen/current/config/local/cshrc.datagen
if ( -f $HOME/.dg_profile ) then
source $HOME/.dg_profile
endif
else
source /usr/omc/current/env/.cshrc
endif
alias omc_env 'source /usr/omc/current/config/env/pmInfxUserConfig.csh'
alias mib_env 'source /usr/omc/current/config/env/mibInfxUserConfig.csh'
setenv: No such file or directory |
|