Date: Sun, 9 Jan 2000 09:27:31 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: mdruiter AT cs DOT vu DOT nl cc: djgpp AT delorie DOT com Subject: Re: clear screen in bash ? In-Reply-To: <851meg$4h@cs.vu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 6 Jan 2000 mdruiter AT cs DOT vu DOT nl wrote: > alias cls='command.com /c cls' Or just write a simple DJGPP program `cls.exe' that calls `clrscr'.