![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| MAILX question | dkranes | Shell Programming and Scripting | 3 | 10-31-2007 08:24 AM |
| Question on mailx | Felix2511 | UNIX for Dummies Questions & Answers | 3 | 05-23-2007 10:38 AM |
| mailx and uuencode question | ssmiths001 | Shell Programming and Scripting | 1 | 10-21-2005 02:43 AM |
| mailx question | greenguy5 | UNIX for Dummies Questions & Answers | 1 | 10-21-2005 12:07 AM |
| Mailx question | Olivier | UNIX for Advanced & Expert Users | 3 | 08-26-2002 08:21 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
mailx question
hello
in the middle of my sh script, I am using mailx like this: mailx -s "Sybase Installation on $i" x@abc.com < /net/share/shared/install.output.$i "i" stands for the remote server such as SIROE I am expecting to receive an email with subject "Sybase Installation on SIROE" and attachment the file /net/share/shared/install.output.siroe The email I am receiving as the subject: Sybase Installation on $i is not affected inside " " any idea please? thx |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
I can't see where i is declared, but you can try : ${i} and see if this solves the problem.
|
| Tags |
| mailx, mailx attachment |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|