![]() |
|
|
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 |
| better format for sending mail | dr46014 | UNIX for Advanced & Expert Users | 3 | 05-16-2008 04:55 PM |
| unable to sent mail in html format by mailx command. | p_prathaban | UNIX for Advanced & Expert Users | 17 | 11-07-2007 03:03 AM |
| Check for proper e mail id format | prolay | Shell Programming and Scripting | 2 | 08-23-2007 05:37 AM |
| mail format problems | nhatch | Shell Programming and Scripting | 4 | 03-11-2004 05:41 PM |
| Format Problem with vim | HOUSCOUS | High Level Programming | 4 | 12-04-2003 04:31 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
mail format problem:
i need to send 2 diff mail in a single script:Below the script
#!/bin/ksh echo "enter the number" read num if [ $num -eq 1 ] then mail -s "test" unix@yahoo.com mail -s "test" 9886767000@nma.vodafone.in,9916138003@nma.vodafone.in else echo "test again" fi --------------------------------------------------------------- the above script is not sending 2 mails |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|