Description
There is a possibility that :
[[ ${prevnum} -eq ${linenum} ]]; then
doesn't contain numbers (the cut fails, etc) and this causes a syntax error to be displayed.
There is a possibility that :
[[ ${prevnum} -eq ${linenum} ]]; then
doesn't contain numbers (the cut fails, etc) and this causes a syntax error to be displayed.