Ich habe den folgenden Befehl verwendet
curl -silent http://api.openstreetmap.org/api/0.6/relation/2919627 http://api.openstreetmap.org/api/0.6/relation/2919628 | grep node | awk '{print $3}' | uniq
als ich mich fragte, warum ich uniq
die Duplikate nicht entfernen sollte. Irgendeine Idee warum?
command-line
curl
uniq
Matthieu Riegler
quelle
quelle