On Fri, 15 Oct 1999, Luca Palmeri wrote:
Agustin Lobo wrote:
> Is it safe to delete the temporal files under
> $LOCATION/.tmp ?
>I do this often when I am finishing my GRASS session, and
nothing bad has happened up to now. Obviously I wouldn't
do that if there is a GRASS program that is still currently running,
in the background like for example i.rectify.
Hi again,
as far as I know the etc/GIS.sh is taking care of that.
There is an entry in etc/GIS.s:
($ETC/clean_temp > /dev/null &)
which *should* do the job. So there should be no need to
do this by hand.
Regards
Markus