Browse Source

List words

DricomDragon 5 years ago
parent
commit
ee1e71b300
1 changed files with 3 additions and 0 deletions
  1. 3 0
      words.sh

+ 3 - 0
words.sh

@@ -0,0 +1,3 @@
+#!/bin/bash
+
+grep -e "[a-zA-Z]\+" --only-matching $1 | sort | uniq