Date: Mon, 3 Mar 1997 18:48:12 -0300 Message-Id: <1.5.4.16.19970303145756.3817a454@dmeasc.rc.ipt.br> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: Eli Zaretskii , Cesar Scarpini Rabak From: Cesar Scarpini Rabak Subject: Re: bash script debugging Cc: Bill Currie , djgpp AT delorie DOT com At 16:59 03/03/97 +0200, Eli Zaretskii wrote: > >On Mon, 3 Mar 1997, Cesar Scarpini Rabak wrote: > >> Taking profit of this subject, how one implement the "clear" command under >> bash for DJGPP? > >What does that command do? Or do you mean `cls'? > > clear in u**x plattforms clears the screen like 'cls' in MS-DOS u/COMMAND.COM. Some incarnations of bash had 'clear' implemented (one of them by a very circuitous way indeed!). OTOH, just typing 'cls' won't cut. One would need to have or a script (perhaps calling command /c) or a batch file to have 'cls' issued by command. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Cesar Scarpini Rabak E-mail: csrabak AT ipt DOT br DME/ASC Phone: 55-11-268-3522 Ext.350 IPT - Instituto de Pesquisas Tecnologicas Fax: 55-11-268-5996 Av. Prof. Almeida Prado, 532. Sao Paulo - SP 05508-901 BRAZIL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~