Linux bash shell script unexpected syntax error

前端 未结 0 927
抹茶落季
抹茶落季 2020-12-01 22:36

I have this srcript which counts the factorial of the given number

    function factorial(){
  echo "Enter number?"
read num

if [[ -z $num ]]
then
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题