> echo is okay if no literal `\` appears in its argument list. > If one does, I need to switch to printf(1)
Wise advice that I'd modify only by s/okay/right/. I believe I've never used printf(1), but if I were preparing tiny test scripts for groff I might well do so. Doug