We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Linux Shell
- Grep Sed Awk
- 'Awk' - 1
- Discussions
'Awk' - 1
'Awk' - 1
Sort by
recency
|
71 Discussions
|
Please Login in order to post a comment
awk -F " " '{if (3 == "" || 1"";}'
grep -E -v '[A-Z] [0-9]+ [0-9]+ [0-9]+' | awk '{ print "Not all scores are available for", $1}'
awk '(NF < 4) {print "Not all scores are available for "$1}'
awk '3 == "" || 1}' `