[GRASS5] GRASS 5.7.0 beta1

Radim Blazek blazek at itc.it
Fri Jun 4 05:35:40 EDT 2004


On Friday 04 June 2004 00:29, Glynn Clements wrote:
> And, environment issues aside, you can't make the shell close the
> history file and start writing a new one. You just have to accept the
> fact that the history will be stored in the starting mapset.

In bash it is possible to do

export  HISTFILE=myhist1
history -w
history -r myhist2

similarly in tcsh it should be possible 

history -S myhist1
history -L myhist2

but it must be in a script without #!/bin/, is it a problem?

Radim




More information about the grass-dev mailing list