浏览代码

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