Parcourir la source

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

master
Anselm R. Garbe il y a 17 ans
Parent
révision
28b6ea0f67
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Voir le fichier

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

Chargement…
Annuler
Enregistrer