[GRASS5] d.vect.thematic committed to CVS
Hamish
hamish_nospam at yahoo.com
Sun May 15 03:18:49 EDT 2005
> > min="`grep 'Minimum:' TMP1 | sed s/Minimum://`"
> > max="`grep 'Maximum:' TMP1 | sed s/Maximum://`"
> > mean="`grep 'Mean:' TMP1 | sed s/Mean://`"
> > etc.
> > change TMP1 -> "$TMP1"
>
> Quotes inside quotes?? TMP1 is a file, not a variable. I copied this
> out of r.univar.sh. Are you sure about this? I'll give it a try.
you are correct, no need for quotes inside quotes.
The missing $ stands though.
Hamish
More information about the grass-dev
mailing list