![]() |
|
|
|
|
|||||||
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| question about testing in shell programming | thungmail | Shell Programming and Scripting | 2 | 04-07-2008 11:29 PM |
| question about about Shell programming | thungmail | Shell Programming and Scripting | 1 | 04-01-2008 10:40 AM |
| programming question from a newbie, please help | milenky | High Level Programming | 1 | 10-11-2002 07:15 AM |
| Question about Shell Programming | IMPORTANT | Shell Programming and Scripting | 3 | 03-26-2002 12:22 AM |
| A question on Unix programming | dragonrebornV | UNIX for Dummies Questions & Answers | 1 | 09-23-2000 07:33 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
| Forum Sponsor | ||
|
|
|
|||
|
This is a big subject
For shell scripts i would suggest you look at "tput" command and similar subjects, which allows you to clear screen, bold, positioning etc. For C/C++ look at the "curses" library which does a similar job. |