Re: Maximum length input line

2000-08-19 Thread Uri Guttman
> "PS" == Peter Scott <[EMAIL PROTECTED]> writes: PS> No, the point is not that I want truncated lines but that I want to say PS> "toss/leave back the excess over 100,000 characters when I do a , PS> for I am sure that a line longer than that would be an error of some PS> kind."

Re: Maximum length input line

2000-08-19 Thread belg4mit
In reply to your message from the not too distant future: next Saturday AD Reply-to: [EMAIL PROTECTED] Return-receipt-to: [EMAIL PROTECTED] Organization: a) Discordia b) none c) what's that? Content-Typo: gibberish, charset=ascii-art Date: Sat, 19 Aug 2000 20:59:26 -0400 From: Jerrad Pierce >Au

Re: Maximum length input line

2000-08-19 Thread Peter Scott
At 08:59 PM 8/19/00 -0400, [EMAIL PROTECTED] wrote: > >Au contraire; sysread reads exactly the number of characters requested; > >what I want is a way for programs that do all over the place to be > >protected if someone throws a gargantuan number of characters at FH without > >a newline. The $/