Zhang Weiwu wrote: > > Hello. How can I line-wrap a text file that was not wrapped before (e.g. > like text file created on Microsoft Windows's notepad, the software does > softwrap by default, thus the file created using it often have very long > text lines) by using command pipe? >
I think you'll find what you're looking for in the 'fmt' standard unix command. `man fmt', it's part of coreutils. -Doug -- View this message in context: http://www.nabble.com/how-to-word-wrap-using-a-pipe--tp20061899p20062130.html Sent from the gentoo-user mailing list archive at Nabble.com.