Date: Thu, 27 May 1999 14:18:57 -0700 (PDT) From: Annelise Anderson <andrsn@ANDRSN.STANFORD.EDU> To: Adam Breaux <freebsd@idomains.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Shell script Message-ID: <Pine.BSF.3.96.990527141528.20357B-100000@andrsn.stanford.edu> In-Reply-To: <013101bea87d$e26ee790$1e01a8c0@altronics.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Page breaks? What do they look like? you could open the document in vi and do a substitution routine, :%s/<page break symbol>//gc will do all page breaks in the entire document, but you have to put the right stuff in <page break symbol>. c lets you confirm each instance. Annelise On Thu, 27 May 1999, Adam Breaux wrote: > I need a shell script to remove page-breaks from a document before printing...can someone help, I'm new to this *nix thing.... > > Adam > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990527141528.20357B-100000>