Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!lll-tis!ames!rutgers!im4u!ut-sally!utah-cs!utah-gr!uplherc!sp7040!obie!wes From: wes@obie.UUCP (Barnacle Wes) Newsgroups: comp.unix.questions Subject: Re: Getting print line to wrap around Message-ID: <38@obie.UUCP> Date: 7 Feb 88 23:54:04 GMT References: <470@wa3wbu.UUCP> Organization: UinTech, Layton, UT Lines: 21 Summary: Wrapping lines to the printer In article <470@wa3wbu.UUCP>, john@wa3wbu.UUCP (John Gayman) writes: > What do I have to do to get the > printer to wrap the lines around rather than just cut them off ? Try using: pr -t -w80 file | lp Look at the man page for pr in section 1 of the runtime system documentation. Pr will do quite a bit of formatting for you; it is especially good for printing source files with headers and line numbers. You might also want to see if your printer can do 12cpi (96-wide) or 16cpi (136-wide) printing; the 12cpi is quite often more readable on a dot matrix printer. Wes -- /\ - " Against Stupidity, - {backbones}! /\/\ . /\ - The Gods Themselves - utah-cs!utah-gr! / \/ \/\/ \ - Contend in Vain." - uplherc!sp7040! / U i n T e c h \ - Isaac Asimov - obie!wes