syntax error: operand expected [error token is "/ "]

85 Views Asked by At

DSKUSDPERCENT=$(($DISKUSD * 100 / $limit)) throughs error like

syntax error: operand expected (error token is "/ ") where limit=$OPTARG defined in Process command line options

here I am not able to get the value of $limit

Error: check_disk.sh: line: 119 * 100 / : syntax error: operand expected (error token is "/ ")
0

There are 0 best solutions below