Carsten Schwede <[email protected]> wrote: > Falls das jemand mit Unix oder mit Cygwin schnell haben möchte: > > tail -1 osm-datei |grep "</osm>" ; echo $?
Ich würde da jetzt ja eher xmllint aus libxml2-utils empfehlen: xmllint --noout foo.osm Returnwert 0 wenn kein Fehler aufgetreten ist, 1 bei Fehler. Gruss Sven -- "If you don't make lower-resolution mapping data publicly available, there will be people with their cars and GPS devices, driving around with their laptops" (Tim Berners-Lee) /me is gig...@ircnet, http://sven.gegg.us/ on the Web _______________________________________________ Talk-de mailing list [email protected] http://lists.openstreetmap.org/listinfo/talk-de

