On Wed, 06 Dec 2017 12:24:58 +0000
Ralph Corderoy <ra...@inputplus.co.uk> wrote:

> >     .       sy echo \\*[sum-list] | sed -e "s/@@@/\\\\n./g" |
> > iconv...
> 
> It may be better to use `.write', if other troffs have that, rather
> than allow the local echo(1) to perhaps interpret sum-list's content?

Else:

        sy printf '%s\n' '\\*[sum-list]' | sed -e "s/@@@/\\\\n./g" 

would eliminate that issue. 

--jkl

Reply via email to