Why does star in gawk input appear in output?

Bug
Lines of input which contain an asterisks (*) are output to the console

Cause


C style comment left in .awk command script
/* *********************************************************************** */

Work around

Replace /* with #

W.B.Langdon Back 30 Dec 2019