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 line - but when the lines changes in length - I'm lost!! The output should look like: blabla \n blablablablablabla \n blablablablablablablablablabla \n blabla \n I would appreciate any suggestions or hints. Thanks Cheers, Jakob