ソースを参照

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

読み込み中…
キャンセル
保存