![]() |
|
|
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 |
| AIX send mail with HTML message body and a binary attachment | G-Man | UNIX for Dummies Questions & Answers | 4 | 03-22-2007 02:15 PM |
| pick correct message and mail. | happyv | Shell Programming and Scripting | 2 | 01-24-2007 09:33 PM |
| Crontab Mail message | pankajkrmishra | Shell Programming and Scripting | 1 | 09-22-2006 05:36 AM |
| mail message attachment not complete | tine | Shell Programming and Scripting | 4 | 03-16-2004 01:20 PM |
| How to get åäö in e-mail message body | de98luto | UNIX for Dummies Questions & Answers | 4 | 07-10-2002 06:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|||||
|
two files as a message in mail
i have two files --file1 and file2--
how should i send both the contents of files as a message in the mail body ali@unix.com i have written the script ---------------------------- #!/bin/ksh mail -s "the two files are" ali@unix.com < file1 < file2 ------------------------------------------------------ this not working.plz help me Last edited by ali560045; 12-13-2007 at 02:39 AM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|