Quantcast
Channel: UNIX and Linux Forums
Viewing all articles
Browse latest Browse all 16232

Breaking lines which contains more than 50 characters in a file

$
0
0
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
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

Should be changed in this way:
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

Thanks in advance

Viewing all articles
Browse latest Browse all 16232

Trending Articles