Xref: utzoo comp.unix.questions:10682 comp.sys.att:4927 Path: utzoo!attcan!uunet!lll-winken!lll-lcc!ames!mailrus!tut.cis.ohio-state.edu!osu-cis!n8emr!uncle!oink!ylwpig!jep From: jep@ylwpig.UUCP (James E. Prior) Newsgroups: comp.unix.questions,comp.sys.att Subject: Re: "sideways" for unix? Keywords: is there one? Message-ID: <9@ylwpig.UUCP> Date: 14 Dec 88 01:06:45 GMT References: <565@whizz.uucp> Reply-To: jep@ylwpig.UUCP (James E. Prior) Distribution: na Organization: Random Prime Research Institute Columbus, Ohio Lines: 12 In article <565@whizz.uucp> bbh@whizz.uucp (Bud Hovell) writes: >Can anyone say if there is a program out there for unix machines which allows >sideways printing of very wide docs (e.g. spreadsheets)? > >We have an ATT 3B1, os 3.51a, and a Panasonic 1080i. If you can get your spreadsheet to output to a file, instead of directly to the printer, it can be a simple matter of using the cut program. It is standard with UNIX. That and some shell scripts should take care of your problem. If you truly want to print out sideways, then you will have to do a great deal of work.