On Fri, 24 Mar 2000, Vinayak Risbud wrote: > Hi Friends, > Kindly inform me how to clear the console of Linux > using C . I presume you mean clear the screen? Try: printf("\033[H\033[J\r\n"); Raf