On 13/05/08 09:57, maning sambale wrote:
I don't think so, this one worked:

ogr2ogr -f "ESRI Shapefile" -where "ELEVATION>10" new13744-4.shp 3744-4.shp

On Tue, May 13, 2008 at 3:54 PM, Nikos Alexandris
<[EMAIL PROTECTED]> wrote:
On Tue, 2008-05-13 at 15:52 +0800, maning sambale wrote:
 > Hi,
 >
 > This simple script doesn't seem to work on my cygwin bash
 >
 > for i in *.shp; do
 >       ogr2ogr -f "ESRI Shapefile" -where "ELEVATION>10" $i_elev $i;

Try with $i\_elev instead of $i_elev.

Moritz
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to