DricomDragon 5 éve
szülő
commit
ee1e71b300
1 módosított fájl, 3 hozzáadás és 0 törlés
  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