On Sun, 10 Feb 2013 13:47:15 +0000, Ralph Corderoy wrote: > Yes, pick one of the allowed ones. > > $ cat -A jerome > .ec @$ > foo@fBbar@fPxyzzy$ > .ec ^@$ > foo^@fBbar^@fPxyzzy$ > .ec ^B$ > foo^BfBbar^BfPxyzzy$ > .ec ^[$ > foo^[fBbar^[fPxyzzy$ > $ nroff jerome | grep . > foobarxyzzy foofBbarfPxyzzy foobarxyzzy foofBbarfPxyzzy > $ > > See 10.1 in CSTR 54, http://troff.org/54.pdf. You can choose from ^B, > ^C, ^E, ^F, and ^G.
Thanks for your reply. I've tried with the form feed and it works well. :) Cheers, Jérôme