gis.gn wrote on 09/10/2007 01:24 PM:
> Hello.
> I have a problem with db.describe.
> I have inserted the command db.describe in a script but this gives an error.
> In the script:
> db.describe table=comuni_intgis driver=dbf 
> database=$GISDBASE/$LOCATION_NAME/$MAPSET/dbf
>
> The error is:
>   
It seems that you didn't quote the database settings as needed (so the
shell expands it which is wrong):

# use single quotes!
db.describe table=comuni_intgis driver=dbf
database='$GISDBASE/$LOCATION_NAME/$MAPSET/dbf'

Hope this helps
Markus

------------------
ITC -> dall'1 marzo 2007 Fondazione Bruno Kessler
ITC -> since 1 March 2007 Fondazione Bruno Kessler
------------------

_______________________________________________
grassuser mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grassuser

Reply via email to