Text processing/Max licenses in use: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 54: Line 54:
</pre>
</pre>


=={{header|awk}}==
=={{header|AWK}}==
to be called with ''awk -f licenses.awk ./mlijobs.txt''
to be called with ''awk -f licenses.awk ./mlijobs.txt''
<lang awk>$2=="OUT" { count = count + 1
<lang awk>$2=="OUT" { count = count + 1