> Typing rules on stdin is less than ideal. It might be better to just > add a "file=" option (equivalent to color=rules plus stdin > redirection) and require that the user stores their rules in a file. Please lets not lose the ability to do, e.g.: r.colors mapname col=rules << EOF 0 red 1 green 2 blue EOF in scripts, as it's very useful. H