Hi, Anthony wrote:
By the way, I use xz as opposed to 7z simply because it has a simpler command line, and supports piping from stdin to stdout at the same time
+1 to the simpler command line, but if you know how to do it, 7z does pipe nicely:
cat file.osm | 7z a dummy -tbzip2 -si -so -mx=2 > file.osm.bz2 Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

