Explorar el Código

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

master
Anselm R. Garbe hace 17 años
padre
commit
28b6ea0f67
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      dmenu_path

+ 1
- 1
dmenu_path Ver fichero

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

Cargando…
Cancelar
Guardar