nmh-workers
[Top] [All Lists]

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

2019-09-10 06:49:42
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.

-- 
nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>