Hi devs, I am happily using osmosis for a while. I know that I can merge multiple files this way: osmosis --rx 1.osm --rx 2.osm --rx 3.osm --merge --merge --wx merged.osm But this way is not very useful if you need merge 200+ files. Would possible implement something like this? osmosis --rx my/files/* --merge --wx merged.osm best regards mira