unix - expr non-numeric argument shell script - Stack Overflow
The below check is not working: if [ $LEN = `expr $CNPROC + $CTotal` ]) and returns expr non-numeric argument shell script. Always it is going to else. Please tell me what is the ...
stackoverflow.com |