![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Help needed - ksh shell scripting | subbu | Shell Programming and Scripting | 5 | 02-15-2008 12:53 PM |
| SHell Scripting Help Needed | cskumar | Shell Programming and Scripting | 2 | 07-17-2006 01:55 AM |
| Help needed - shell scripting | garric | Shell Programming and Scripting | 8 | 05-23-2006 06:08 AM |
| help needed in shell scripting......urgent | swamymns | Shell Programming and Scripting | 3 | 12-06-2005 11:10 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Here is something you can try..
#concatenate message.txt and attachment.txt into combined.txt cat message.txt attachment.txt > combined.txt #email combined.txt file. this file has the body of the email and the attachment mail -s "Message with Attachment" <YOUR EMAIL> < combined.txt |
| Sponsored Links | ||
|
|