I also dislike sort -u, I support that each Unix tool does one job and does it right ;)

This commit is contained in:
Anselm R. Garbe 2007-02-24 15:38:10 +01:00
parent 598d72fba9
commit 28b6ea0f67
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ do
do
test -x "$file" && echo "${file##*/}"
done
done | sort -u
done | sort | uniq