![]() |
|
|
|
|
|||||||
| 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 |
| how to attach a variable from the 2nd file to the 1st file | lo tan | Shell Programming and Scripting | 5 | 06-02-2008 11:58 PM |
| Issues in the Format in excel file generated from unix machine | Vijay06 | Shell Programming and Scripting | 10 | 12-11-2007 11:33 PM |
| Spilt excel file in unix | Soumya Dash | Shell Programming and Scripting | 1 | 09-24-2006 11:56 PM |
| Opening an Excel File in Unix | bubeshj | UNIX for Advanced & Expert Users | 5 | 08-03-2006 04:03 PM |
| Updating a csv file held on a unix box with excel running on windows | Sn33R | UNIX for Advanced & Expert Users | 5 | 10-02-2003 08:44 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to attach an excel file/ dat file thru unix mails
Hi.
I want to attach a .xls or .dat file while sending mail thru unix. I have come across diff attachments sending options, but allthose embeds the content in the mail. I want the attachement to be send as such. Please help me out. regards Diwakar |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
uuencode myfile myfile.mail | mail -s "myfile" address@domain.com |
|||
| Google The UNIX and Linux Forums |