Explorar el Código

though sticking to |uniq

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

+ 1
- 1
dmenu_path Ver fichero

@@ -19,7 +19,7 @@ then
do
test -x "$file" && echo "$file"
done
done | sort -u > "$CACHE".$$ &&
done | sort | uniq > "$CACHE".$$ &&
mv "$CACHE".$$ "$CACHE"
fi



Cargando…
Cancelar
Guardar