I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
authorAnselm R. Garbe <arg@suckless.org>
Sat, 24 Feb 2007 14:38:10 +0000 (15:38 +0100)
committerAnselm R. Garbe <arg@suckless.org>
Sat, 24 Feb 2007 14:38:10 +0000 (15:38 +0100)
dmenu_path

index 4ecf4fa..f64c82e 100755 (executable)
@@ -6,4 +6,4 @@ do
        do
                test -x "$file" && echo "${file##*/}"
        done
-done | sort -u
+done | sort | uniq