From owner-cvs-all Wed Jun 30 10:57:52 1999 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 3C7A4155A7; Wed, 30 Jun 1999 10:57:42 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 10zObv-0006Z4-00; Wed, 30 Jun 1999 19:57:27 +0200 From: Sheldon Hearn To: Chris Piazza Cc: "Rodney W. Grimes" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/misc/cls Makefile ports/misc/cls/files md5 ports/misc/cls/pkg COMMENT DESCR PLIST CVSROOT modules port In-reply-to: Your message of "Wed, 30 Jun 1999 10:42:06 MST." <19990630104206.B419@norn.ca.eu.org> Date: Wed, 30 Jun 1999 19:57:27 +0200 Message-ID: <25237.930765447@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Wed, 30 Jun 1999 10:42:06 MST, Chris Piazza wrote: > Actually cls outputs enough lines to clear the scrollback buffer, too > so it is a little different. > for i in {1..100}; do printf "\n" ; done If this were true, there'd be a case for having the program in the ports tree. However, since you're not guaranteed that the scrollback buffer holds 100 lines or fewer, it does seem a little pointless. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message