[GRASSLIST:5268] some tips to a new GRASS user

I'm a new user of GRASS 5.7 but already start in the
manipulation of some examples that come in the
tutorial, now i'm interested in can do scripts to
generate automatically my maps. So, how i can do
scripts? (to read datas, give arguments to the
comands, etc)
How do i start one script and which are the extention
(.f, .c, .pl)?
How to compile it?
and, how do i run it?

Thanks a lot for any answer

=====
LCA Miguel A. Altamirano del C.
"Los Mexicanos llevamos la fiesta en la garganta"

Tel. 01(232)32 45208

La belleza de la meteorología radica en saber
pronosticarla y no simplemente en estudiarla
      (Miguel A. Altamirano 28-5-00)

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

Have a look at the GRASS tutorial

http://grass.itc.it/gdp/grass5tutor/HTML_en/c1825.html
http://grass.unibuc.ro/gdp/grass5tutor/HTML_en/c1760.html

On Fri, 7 Jan 2005 13:01:02 -0600 (CST)
"Miguel A. Altamirano del C" <mgaac@yahoo.com> wrote:

I'm a new user of GRASS 5.7 but already start in the
manipulation of some examples that come in the
tutorial, now i'm interested in can do scripts to
generate automatically my maps. So, how i can do
scripts? (to read datas, give arguments to the
comands, etc)
How do i start one script and which are the extention
(.f, .c, .pl)?
How to compile it?
and, how do i run it?

Thanks a lot for any answer

=====
LCA Miguel A. Altamirano del C.
"Los Mexicanos llevamos la fiesta en la garganta"

Tel. 01(232)32 45208

La belleza de la meteorología radica en saber
pronosticarla y no simplemente en estudiarla
      (Miguel A. Altamirano 28-5-00)

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo!
Noticias.
Visítanos en http://noticias.espanol.yahoo.com

or
http://www.tldp.org/LDP/abs/html/

On Sat, Jan 08, 2005 at 10:44:10AM +0100, Grit Schuster wrote:

Have a look at the GRASS tutorial

http://grass.itc.it/gdp/grass5tutor/HTML_en/c1825.html
http://grass.unibuc.ro/gdp/grass5tutor/HTML_en/c1760.html

On Fri, 7 Jan 2005 13:01:02 -0600 (CST)
"Miguel A. Altamirano del C" <mgaac@yahoo.com> wrote:
> I'm a new user of GRASS 5.7 but already start in the
> manipulation of some examples that come in the
> tutorial, now i'm interested in can do scripts to
> generate automatically my maps. So, how i can do
> scripts? (to read datas, give arguments to the
> comands, etc)
> How do i start one script and which are the extention
> (.f, .c, .pl)?
> How to compile it?
> and, how do i run it?
>
> Thanks a lot for any answer
>
>
> =====
> LCA Miguel A. Altamirano del C.
> "Los Mexicanos llevamos la fiesta en la garganta"
>
> Tel. 01(232)32 45208
>
> La belleza de la meteorología radica en saber
> pronosticarla y no simplemente en estudiarla
> (Miguel A. Altamirano 28-5-00)
>
> _________________________________________________________
> Do You Yahoo!?
> Información de Estados Unidos y América Latina, en Yahoo!
> Noticias.
> Visítanos en http://noticias.espanol.yahoo.com
>

--
Jachym Cepicky
e-mail: jachym.cepicky@centrum.cz
URL: http://les-ejk.cz
GPG: http://www.fle.czu.cz/~jachym/gnupg_public_key/

I'm a new user of GRASS 5.7 but already start in the
manipulation of some examples that come in the
tutorial, now i'm interested in can do scripts to
generate automatically my maps. So, how i can do
scripts? (to read datas, give arguments to the
comands, etc)
How do i start one script and which are the extention
(.f, .c, .pl)?
How to compile it?
and, how do i run it?

very simply:

put the commands in a text file then use "." to run it:

. commands.txt

Hamish