L******r 发帖数: 199 | 1 我直接用setenv一点问题没有,而且执行sh a.sh后,根本就没进入PerlExe.
#!/bin/tcsh
unset auto-logout
unset autologout
setenv DISPLAY HPLAPTOP11.aXh.XX.edu:0
cd PerlExe/
a.sh: line 2: unset: `auto-logout': not a valid identifier
a.sh: line 4: setenv: command not found | j*****s 发帖数: 16 | 2 sh是bourn shell啊,应该用 source a.sh
【在 L******r 的大作中提到】 : 我直接用setenv一点问题没有,而且执行sh a.sh后,根本就没进入PerlExe. : #!/bin/tcsh : unset auto-logout : unset autologout : setenv DISPLAY HPLAPTOP11.aXh.XX.edu:0 : cd PerlExe/ : a.sh: line 2: unset: `auto-logout': not a valid identifier : a.sh: line 4: setenv: command not found
|
|