You are viewing a single comment's thread. Return to all comments →
grep -E -v '[A-Z] [0-9]+ [0-9]+ [0-9]+' | awk '{ print "Not all scores are available for", $1}'
Seems like cookies are disabled on this browser, please enable them to open this website
'Awk' - 1
You are viewing a single comment's thread. Return to all comments →
grep -E -v '[A-Z] [0-9]+ [0-9]+ [0-9]+' | awk '{ print "Not all scores are available for", $1}'