![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | 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 !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I have a questions about mail command | btech_raju | UNIX for Dummies Questions & Answers | 1 | 11-27-2007 04:13 PM |
| Mail/DNS problem and questions | xnightcrawl | UNIX for Advanced & Expert Users | 2 | 05-02-2006 06:13 AM |
| .forward and alias mail forwarding questions | bitt3n | UNIX for Dummies Questions & Answers | 3 | 01-29-2006 01:32 AM |
| E-Mail questions | Sergiu-IT | IP Networking | 1 | 09-19-2005 01:51 PM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 09:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
unix mail questions
Hi All,
Im trying to send a .ZIP file in an email message using mail or mailx. What is the easiest way to do this? Thanks! UPDATE: I used the following command which didnt work mailx -s {my subject} {xxxxx@ssss.com} < /var/tmp/file.zip Last edited by lewisoco; 05-01-2006 at 05:36 PM.. |
|
||||
|
Hello,
Code:
uuencode file.tar.gz | mail admin@example.com < /dev/null Code:
mutt -a file.tar.gz admin@example.com < /dev/null http://www.shelldorado.com/articles/...tachments.html Regards, -- Santi Saez |
|
||||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|