TC Shell Script中的澄清

时间:2013-10-03 16:32:31

标签: unix tcsh

我在TC shell中有一个脚本,由于某些原因它无效。

任何人都可以在同一个

中指出这个问题
#!/usr/bin/tcsh
while true
do
    if ls /sample/test3 >& /dev/null  ; then /sample/app_code/run/initiateLoad.sh ; endif
    sleep 1800
done

path / sample / test3包含文件,因此if条件应该已经成功并且应该已经启动了shell脚本,但它没有发生。

0 个答案:

没有答案