Date: Wed, 30 Jun 1999 10:42:06 -0700 From: Chris Piazza <cpiazza@home.net> To: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> Cc: 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 Message-ID: <19990630104206.B419@norn.ca.eu.org> In-Reply-To: <199906301737.KAA06290@gndrsh.aac.dev.com>; from Rodney W. Grimes on Wed, Jun 30, 1999 at 10:37:38AM -0700 References: <199906300714.AAA99684@freefall.freebsd.org> <199906301737.KAA06290@gndrsh.aac.dev.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 30, 1999 at 10:37:38AM -0700, Rodney W. Grimes wrote: > > cpiazza 1999/06/30 00:14:48 PDT > > > > Modified files: > > . modules > > . LEGAL > > misc Makefile > > Removed files: > > misc/cls Makefile > > misc/cls/files md5 > > misc/cls/pkg COMMENT DESCR PLIST > > Log: > > Remove the cls port. It can easily be done from the command line. > > It's also already in the base system as ``/usr/bin/clear'', a 1 line > shell script with a 35 line copyright and 1 line of blank. The > effective line is ``exec tput clear''. 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 <g> -Chris -- cpiazza@home.net cpiazza@FreeBSD.org "He who laughs has not yet heard the bad news." -Bertolt Brencht To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990630104206.B419>