![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help with mail command | hern14 | UNIX for Dummies Questions & Answers | 2 | 05-15-2008 06:25 AM |
| Mail command | FeNiCrC_Neil | UNIX for Dummies Questions & Answers | 2 | 08-31-2007 10:12 AM |
| mail command on sco box | benefactr | UNIX for Advanced & Expert Users | 0 | 08-17-2007 02:29 PM |
| Help with mail command | Rohini Vijay | Shell Programming and Scripting | 7 | 08-01-2006 01:42 AM |
| mail command | garric | Shell Programming and Scripting | 4 | 04-24-2006 01:09 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
mail command
hi ,
do any one know how I can attach a .txt file using the command mail if there is an example i will be thank full. thanks. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Quote:
mail user1@host <file.txt |
|
#3
|
|||
|
|||
|
this work but it write the content of file to the message
what i need is to attach the file . |
|
#4
|
|||
|
|||
|
you can try
Code:
uuencode yourfile yourfile | mail someone@somewhere.com |
|
#5
|
|||
|
|||
|
this had been answered several times
please search the forum |
|||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|