Re: Sed & Awk

2001-09-01 Thread Joost van Baal
On Sat, Sep 01, 2001 at 02:51:45AM +0200, Richard Atterer wrote: > On Fri, Aug 31, 2001 at 09:27:19AM -0700, Dan Souza wrote: > > > I want the text to be 'cut' every 300 or so characters, and then > > create a flat file from this, with line numbers. > > tr -s '[:space:]' ' ' ... and piping

Re: Sed & Awk

2001-09-01 Thread Joost van Baal
On Sat, Sep 01, 2001 at 02:51:45AM +0200, Richard Atterer wrote: > On Fri, Aug 31, 2001 at 09:27:19AM -0700, Dan Souza wrote: > > > I want the text to be 'cut' every 300 or so characters, and then > > create a flat file from this, with line numbers. > > tr -s '[:space:]' ' ' ... and piping i