> I can't find the d.zoom.last.sh, either. > Any other solution? d.zoom.last.sh might just be something simple like: #!/bin/sh g.region save=preZoom_region d.zoom g.region preZoom_region g.remove region=preZoom_region d.redraw Make that preZoom_region.$$ if you want to get all fancy. good luck, Hamish