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
