From: dbe AT wgn DOT net ($Bill Luebkert) Subject: Re: How to clear the screen with bash ? 30 Jun 1998 04:12:32 -0700 Message-ID: <3597E3B7.65F466F7.cygnus.gnu-win32@wgn.net> References: <2 DOT 2f DOT 16 DOT 19980629113504 DOT 186f0ae8 AT inserm-nacre DOT univ-mrs DOT fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: "gnu-win32 AT cygnus DOT com" Emmanuël Telle wrote: > > Hi, > > How to clear the screen with bash ? Ret one of these: 1) alias cls='echo -n ^[[2J' # the ^[ is an esc (in vi I use ^V followed by # ^[ where ^ is holding down the cntrl key) 2) compile this into clear.exe or cls.exe: #include int main () { printf ("\033[2J"); } 3) alias cls='cat ~/.cls' where .cls contains just these 4 chars with no \n (ESC [ 2 J) -- ,-/- __ _ _ $Bill Luebkert ICQ=14439852 (_/ / ) // // DBE Collectibles / ) /--< o // // http://www.wgn.net/~dbe/ -/-' /___/_<_