# syntax: GAWK -f DESCENDING_PRIMES.AWK BEGIN { start = 1 stop = 99999999 for (i=start; i<=stop; i++) { leng = length(i) flag = 1 for (j=1; j