spell 156 B

123456
  1. #!/bin/sh
  2. read word
  3. echo $word | aspell -a | cut -d : -f 2 | sed -e s/,/\\n/g | awk 'NR > 1 { printf("%d: %s\n", i++, $1); }' | pick -S | cut -d " " -f 2