Hi,
I have a file which contains many lines. Some of them are longer than 50 chars. I want to break those lines but I don't want to break words, e.g. the file
Should be changed in this way:
Thanks in advance
I have a file which contains many lines. Some of them are longer than 50 chars. I want to break those lines but I don't want to break words, e.g. the file
Code:
This is an exemplary text which should be broken aaaaaa bbbbb ccccc
This is the second line
This line should also be broken aaaaaaaaaaaaaaaaaaaaaa
Code:
This is an exemplary text which should be broken
aaaaaa bbbbb ccccc
This is the second line
This line should also be broken
aaaaaaaaaaaaaaaaaaaaaa