Xref: utzoo comp.unix.questions:13229 comp.bugs.sys5:922 comp.bugs.4bsd:1263 Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!haven!adm!cmcl2!rna!kc From: kc@rna.UUCP (Kaare Christian) Newsgroups: comp.unix.questions,comp.bugs.sys5,comp.bugs.4bsd Subject: Re: Does tail still need the 4K byte limit? Summary: Also fmt, ... Message-ID: <557@rna.UUCP> Date: 3 May 89 14:30:24 GMT References: <316@cbnewsh.ATT.COM> <10383@ihlpb.ATT.COM> <1618@attdso.att.com> <378@cbnewsh.ATT.COM> Organization: Rockefeller University - Neurobiology Lines: 9 Also, fmt. I use fmt to fix up files transferred from various pc word processors, which often delimit *paragraphs* with nl, or cr-nl. fmt has a hardwired BUFSIZ (1024) character limit per line. That's not enough for many purposes. Arbitrary (short) limits should go. Yes, I can fix my copy of fmt, but in general, limits should be generous, especially those that pertain to a program's core functionality. Kaare Christian kc@rna.rockefeller.edu