![]() |
|
|
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 |
| PERL - printing a hash of hashes to screen | hcclnoodles | Shell Programming and Scripting | 6 | 08-31-2009 07:22 AM |
| Appending to a file without printing to screen | lazypeterson | Shell Programming and Scripting | 5 | 03-17-2009 04:58 PM |
| printing to the screen | UNIX for Advanced & Expert Users | 2 | 10-24-2003 12:19 AM | |
| disable background messages | jyotipg | UNIX for Dummies Questions & Answers | 3 | 05-16-2002 09:54 AM |
| capture the process id when starting a background process | jleavitt | Shell Programming and Scripting | 10 | 04-04-2002 09:04 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
printing messages on the screen when background process is going on!
hello all, In my script i have written some messages which should come in screen while some background process is going on.. Like for example: if i want to add 2 numbers a and b ...when the addition is going on in the background i should get "ADDING TWO NUMBERS>>PLEASE WAIT " message on the screen for few seconds... what i did is... used the below code in my script..but it is not printing anything on the screen. but still i'm getting proper output. But if the messages comes in the screen then the script will look better so please help me.. Code:
print " *******************************************" print " *********ADDING TWO NUMBERS*****************" print " ********* PLEASE WAIT ...........*****************" print " *******************************************" |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|