Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10
{for(i=1; i<=NF; i++) { if (x[$i] == "") y[++n] = $i x[$i]++ } } END { for (i=0; i<n; i++) print (y[i], x[y[i]]) }