Check if there is a comma in a column (e.g. column $1)

awk '$1~/,/ {print}'
click the source code to copy