I also dislike sort -u, I support that each Unix tool does one job and does it right ;) 28b6ea0f
Anselm R. Garbe · 2007-02-24 15:38 1 file(s) · +1 −1
dmenu_path +1 −1
6 6
	do
7 7
		test -x "$file" && echo "${file##*/}"
8 8
	done
9 -
done | sort -u
9 +
done | sort | uniq