fork download
  1. rack='S O F T H E A'
  2. while true
  3. do for word in $(shuf -ze $rack)
  4. do for n in 4 5 6 7
  5. do if $(grep -qi ^$(printf "%${n}.${n}s\n" $word)$ /usr/share/dict/words)
  6. then printf "%${n}.${n}s\n" $word
  7. fi
  8. done
  9. done
  10. done
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty