Re: Adding white spaces

2004-01-07 Thread John W. Krahn
Jakob Kofoed wrote: > > Hi All, Hello, > I have a file looking like (where \n is new line): > > blabla\n > blablablablablabla\n > blablablablablablablablablabla\n > blabla\n > > but I need every line to have 80 characters - in this case filled with white > space. > > I can figure out how to d

SV: Adding white spaces

2004-01-06 Thread Jakob Kofoed
ED] Emne: Re: Adding white spaces Jakob Kofoed wrote: > > I have a file looking like (where \n is new line): > > blabla\n > blablablablablabla\n > blablablablablablablablablabla\n > blabla\n > > but I need every line to have 80 characters - in this case filled with white &g

Re: Adding white spaces

2004-01-06 Thread Rob Dixon
Jakob Kofoed wrote: > > I have a file looking like (where \n is new line): > > blabla\n > blablablablablabla\n > blablablablablablablablablabla\n > blabla\n > > but I need every line to have 80 characters - in this case filled with white > space. > > I can figure out how to do it when I have the sa

Adding white spaces

2004-01-06 Thread Jakob Kofoed
Hi All, I have a file looking like (where \n is new line): blabla\n blablablablablabla\n blablablablablablablablablabla\n blabla\n but I need every line to have 80 characters - in this case filled with white space. I can figure out how to do it when I have the same character number in every lin