Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.csd.uwm.edu!cs.utexas.edu!uunet!allbery From: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc) Newsgroups: comp.sources.misc Subject: v08i026: Patch for v08i014: line wrapper for BIT/EARNnet mailings Message-ID: <66796@uunet.UU.NET> Date: 7 Sep 89 02:00:33 GMT Sender: allbery@uunet.UU.NET Reply-To: wsinrobg@urc.tue.nl.UUCP (Rob Gerth) Organization: Eindhoven University of Technology, The Netherlands Lines: 20 Approved: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc) Posting-number: Volume 8, Issue 26 Submitted-by: wsinrobg@urc.tue.nl.UUCP (Rob Gerth) Archive-name: wrap.p1 Here is a patch for a line wrapper I posted some days ago. I never could count :-> Rob 30c30 < DEFAULT=79 --- > DEFAULT=80 49,50c49,50 < if test $LEN -eq 0 < then echo "Linelength ($LEN) set to default: `expr $DEFAULT + 1`" 1>&2; --- > if test $LEN -le 1 > then echo "Linelength ($LEN) set to default: $DEFAULT" 1>&2; 52a53 > LEN=`expr $LEN - 1`