nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [nmh-workers] inc: Unable to find a line terminator after 32768 byte


From: Ralph Corderoy
Subject: Re: [nmh-workers] inc: Unable to find a line terminator after 32768 bytes
Date: Tue, 10 Sep 2019 12:43:16 +0100

Hi Andy,

> $ time (cat bigmessage | sed -ne '62p' | wc)
>        1       1 11370773

I expect you know how to remedy this so you can read the email.
Something like

    perl -lpe 'length > 39 and s/.{16}/$&\n/g'

adjusting those numbers used for testing to suit.

-- 
Cheers, Ralph.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]