DricomDragon hace 5 años
padre
commit
ee1e71b300
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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