On Tue, Sep 27, 2011 at 1:44 PM, Rainer M Krug <[email protected]> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi
> I want to need to create a temporary raster layer - is there a
> function to create a unique name for this raster?

Check
http://grass.osgeo.org/wiki/Parallel_GRASS_jobs#The_Grid_Engine_script
...
# generate machine (blade) unique TMP string
UNIQUE=`mktemp`
MYTMP=`basename $UNIQUE`
...

"mktemp" is part of "coreutils" on my Linux machine (maybe use it with
--dry-run).

Markus
_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to