words.sh 67 B

123
  1. #!/bin/bash
  2. grep -e "[a-zA-Z]\+" --only-matching $1 | sort | uniq