![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to clear screen in GDB session | useless79 | High Level Programming | 1 | 09-06-2007 07:59 PM |
| Clear log file in use. | coolbhai | UNIX for Advanced & Expert Users | 10 | 06-20-2007 06:37 AM |
| Clear screen in NAWK | petoSVK | Shell Programming and Scripting | 2 | 05-21-2006 08:01 PM |
| clear screen in g++ | gefa | High Level Programming | 2 | 04-22-2006 06:00 AM |
| clear screen | immanuelgangte | High Level Programming | 6 | 08-02-2002 09:09 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How to clear screen
I searched the post and someone said to clear the screen in C, use
printf("\033[2J"); ?? However, this doesn't work...typo or no. What is an equivalent command to 'CLS' in DOS/'clear' in UNIX to clear the screen and go to top of screen?? Thank you. |
| Forum Sponsor | ||
|
|
|
||||
|
This should give you an answer to your question:
http://www.comeaucomputing.com/techtalk/#clearscreen A really good FAQ, but mostly C++ though
__________________
[ Please put signature here ] |
||||
| Google UNIX.COM |