[GRASS-user] GRASS Scripting questions

Glynn Clements glynn at gclements.plus.com
Mon Jan 4 13:11:56 EST 2010


António Rocha wrote:

> One question, Glynn: Where can I get more information about Bash script 
> expression such as "export"?

The bash manual page. On Unix: "man bash". Windows probably won't have
"man" installed, and probably not the manual pages either.

There's an online version at:

http://www.gnu.org/software/bash/manual/html_node/index.html

But this is for the latest version (4.0), while MSys uses an older
version (2.04).

Also, you can find the POSIX specification for the shell at:

http://www.opengroup.org/onlinepubs/9699919799/idx/shell.html

Most of what's described there should work with any Bourne shell, not
just bash.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-user mailing list