浏览代码

I also dislike sort -u, I support that each Unix tool does one job and does it right ;)

master
Anselm R. Garbe 17 年前
父节点
当前提交
28b6ea0f67
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path 查看文件

@@ -6,4 +6,4 @@ do
do
test -x "$file" && echo "${file##*/}"
done
done | sort -u
done | sort | uniq

正在加载...
取消
保存