Re: [GRASS-user] ps.map read

2018-11-13 Thread Frank David
Hi all, I reply to myself. In psmap file, "read" instruction should be placed at the end of the file, and the "end" instruction in the read file itself. This makes possible to create ps and pdf in a shell loop and avoid ERREUR message. Cheers Frank Le 07/11/2018 à 18:28, Frank David a

[GRASS-user] ps.map read

2018-11-07 Thread Frank David
Hello all, If I use instruction inside my psmap file the command > ps.map input=myfile.psmap output=myfile.ps does not work and the exit message is : enter 'help' for help, 'end' when done, 'exit' to quit But if I execute inside a shell loop, like > ls 01*.psmap |while read fic;do ps.map