[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cygwin
Subject:    Re: How to clear the screen with bash ?
From:       Michael R Cook <mcook () cognex ! com>
Date:       1998-06-30 21:43:56
[Download RAW message or body]

"$Bill Luebkert" <dbe@wgn.net> writes:

> > 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 <stdio.h>
>         int
>         main () {
>         printf ("\033[2J");
>         }
> 
> 3) alias cls='cat ~/.cls'
>         where .cls contains just these 4 chars with no \n (ESC [ 2 J)

How about:

$ alias cls='cmd /c cls'

M.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic