Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cuae2!gatech!mcnc!ece-csc!ncrcae!ncr-sd!bigbang!blia!blipyramid!mao From: mao@blipyramid.UUCP Newsgroups: comp.text Subject: multiple copies of troff output (was: re: why troff?) Message-ID: <15@blipyramid.BLI.COM> Date: Thu, 12-Feb-87 19:40:11 EST Article-I.D.: blipyram.15 Posted: Thu Feb 12 19:40:11 1987 Date-Received: Sat, 14-Feb-87 18:38:26 EST References: <362@linus.UUCP> <106@tg.UUCP>, <1556@trwrb.UUCP> <7593@utzoo.UUCP> <296@skatter.UUCP> Organization: Britton Lee, Inc. Lines: 9 In article <296@skatter.UUCP>, kuo@skatter.UUCP (Dr. Peter Kuo) writes: > Another thing about troff is: when one needs 10 copies of the same formatted > output, one has to run troff 10 times (or unless you photocopy). > Or am I wrong about this? troff will write to stdout if invoked with the -t flag. i've used the trick before: troff -t file > file.lpr ; repeat 3 lpr -t file.lpr. mike