Hi List, How can I merge hundreds of shapefiles with wildcard in input name (eg. fileABC*.shp) ? Does ogr2ogr allow this ? Is it better to write a python script (opening each file, reading geometries, write them to output file, etc.) ? Thanks, Christian