Bläddra i källkod

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

master
Anselm R. Garbe 17 år sedan
förälder
incheckning
28b6ea0f67
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Visa fil

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

Laddar…
Avbryt
Spara