我的shell脚本出错:下面的代码在我的shell脚本中出错

时间:2017-11-08 06:57:26

标签: oracle shell concurrency interface

set $PARAM; shift; shift; shift; shift; shift; shift; shift; shift
PARAM=`echo $* | tr '"' '#' | sed 's/# #/#/g'`

PARAM_LST=`get_params`

split_params $PARAM_LST

我不确定上面的代码是做什么的,但这些代码行在运行我的shell脚本时给出了错误

0 个答案:

没有答案