Jarek:

> where="gdzie='N' and typ=4"
> v.out.ascii input=grze...@bramy output=tmp_ppunkty_los format=point fs=, 
> dp=8 layer=1 where=$where
> 
> but  I recive: Sorry <and> is not a valid option (?????)

Try the following:

where="gdzie="N" and typ=4"

v.out.ascii input=grze...@bramy output=tmp_ppunkty_los format=point fs=,
dp=8 layer=1 where=`echo $where`

Nikos

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

Reply via email to