DricomDragon 5 yıl önce
ebeveyn
işleme
ee1e71b300
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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