DricomDragon 5 anni fa
parent
commit
ee1e71b300
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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