tI also dislike sort -u, I support that each Unix tool does one job and does it right ;) - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 28b6ea0f67ee02b0ff04a267671a255b47c21559
(DIR) parent 598d72fba9cb6551ddfe8cf4ab470e3a9185bb72
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Sat, 24 Feb 2007 15:38:10 +0100
I also dislike sort -u, I support that each Unix tool does one job and does it right ;)
Diffstat:
dmenu_path | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/dmenu_path b/dmenu_path
t@@ -6,4 +6,4 @@ do
do
test -x "$file" && echo "${file##*/}"
done
-done | sort -u
+done | sort | uniq