![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| display pathname of the login shell | nadman123 | Shell Programming and Scripting | 1 | 04-14-2008 08:15 PM |
| how to display the shell type | yipster | UNIX for Dummies Questions & Answers | 3 | 11-04-2006 09:38 PM |
| PS command does not display shell script running | hadarot | Shell Programming and Scripting | 4 | 09-15-2005 06:56 AM |
| Shell Script Display? | wmosley2 | UNIX for Dummies Questions & Answers | 2 | 12-14-2003 02:12 PM |
| Spawing multiple display processes from one shell. | JoeTheGuy | UNIX for Advanced & Expert Users | 4 | 10-02-2002 11:35 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
shell script that would display installing.... when installign something
Hi,
I am developing a shell script that would install a software when it is run. I want to displaying Installing <so and so>........ when it is actually installing it. I want it to be dynamic, in the sense, I want the dots after installing grow and drop. Is there a way we can do it. Thanks, Sundeep. |
|
||||
|
A common way to do that is to print your lines with carriage returns instead of line feeds; on many terminals, this causes the cursor to return to the left margin without moving to a new line, so when text is replaced with new text in the same spot, you get something which resembles an animation.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|