From: Anselm R. Garbe Date: Sat, 24 Feb 2007 14:38:10 +0000 (+0100) Subject: I also dislike sort -u, I support that each Unix tool does one job and does it right ;) X-Git-Url: https://git.armaanb.net/?p=dmenu.git;a=commitdiff_plain;h=28b6ea0f67ee02b0ff04a267671a255b47c21559 I also dislike sort -u, I support that each Unix tool does one job and does it right ;) --- diff --git a/dmenu_path b/dmenu_path index 4ecf4fa..f64c82e 100755 --- a/dmenu_path +++ b/dmenu_path @@ -6,4 +6,4 @@ do do test -x "$file" && echo "${file##*/}" done -done | sort -u +done | sort | uniq