瀏覽代碼

List words

DricomDragon 5 年之前
父節點
當前提交
ee1e71b300
共有 1 個文件被更改,包括 3 次插入0 次删除
  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