#!/usr/bin/awk -f BEGIN {nonPrime=0;} { current=$1 isPrime=1 for(i = 2; i