delorie.com/archives/browse.cgi | search |
From: | mcook AT cognex DOT com (Michael R Cook) |
Subject: | Re: How to clear the screen with bash ? |
1 Jul 1998 07:42:07 -0700 : | |
Message-ID: | <r4emw6a7kz.fsf.cygnus.gnu-win32@cognex.com> |
References: | <2 DOT 2f DOT 16 DOT 19980629113504 DOT 186f0ae8 AT inserm-nacre DOT univ-mrs DOT fr> |
To: | "$Bill Luebkert" <dbe AT wgn DOT net> |
Cc: | "gnu-win32 AT cygnus DOT com" <gnu-win32 AT cygnus DOT com> |
"$Bill Luebkert" <dbe AT wgn DOT 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 AT cygnus DOT com" with one line of text: "help".
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |