MUMandCo icon indicating copy to clipboard operation
MUMandCo copied to clipboard

awk only divides when NR is not NULL

Open elcortegano opened this issue 3 years ago • 0 comments

The END block of awk does not check whether the NR variable is NULL or not, which sometimes results in "fatal: division by zero attempted" errors. The code changes prevent this error.

elcortegano avatar Mar 25 '21 23:03 elcortegano