On 12-06-2012 08:22, Polytropon wrote:
On Tue, 12 Jun 2012 09:06:07 +0100, i pwn wrote:
on groff i've used this cmd to format the text
groff -Tascii<  normal.txt | sed 's/^/       /'$1>  formatted.txt
on nroff what would be the cmd?
Depending on your input data, I'd say the same command:
groff -Tascii<  normal.txt>  formatted.txt. But you need
to test this yourself with your input text format.

See "man nroff" for details.

For using roff macros, "man 7 mdoc" has a nice summary.



im only asking what cmd should i use to format an ascii text to be identical to that one, centered and aligned..
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to