Date: Wed, 16 Jan 2002 16:49:37 -0500 From: "Doug Reynolds" <mav@wastegate.net> To: "ann kok" <annkok2001@yahoo.com>, "Barry Byrne" <barry.byrne@wbtsystems.com>, "questions@FreeBSD.ORG" <questions@FreeBSD.ORG> Subject: RE: mail question Message-ID: <20020116214745.BB49848449@wastegate.net> In-Reply-To: <NCBBIAMNAKDKFJIIGNPKIEACHBAA.barry.byrne@wbtsystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 16 Jan 2002 15:41:39 -0000, Barry Byrne wrote: this manpage would probably also be a good start man uuencode/uudecode EXAMPLES The following example packages up a source tree, compresses it, uuencodes it and mails it to a user on another system. When uudecode is run on the target system, the file ``src_tree.tar.Z'' will be created which may then be uncompressed and extracted into the original tree. tar cf - src_tree | compress | uuencode src_tree.tar.Z | mail sys1!sys2!user The following example unpack all uuencode'd files from your mailbox into your current working directory. uudecode -c < $MAIL The following example extract a compress'ed tar archive from your mailbox uudecode -p < $MAIL | zcat | tar xfv - SEE ALSO basename(1), compress(1), mail(1), uucp(1), uuencode(5) >Ann: > >The attachment needs to be encoded prior to transmission as an attachment. >There are numerous ways to do this. Kyle Tucker has a useful web page with >some pointers: > > http://www3.primushost.com/~kylet/unix-att.html > >Cheers, > >Barry > >-- >Barry Byrne, IT Manager, >WBT Systems, Block 2, Harcourt Centre >Harcourt Street, Dublin 2, Ireland > >Phone: +353 1 417 0150 >Fax: +353 1 478 5544 >Email: barry.byrne@wbtsystems.com >Web: www.wbtsystems.com > >> -----Original Message----- >> From: owner-freebsd-questions@FreeBSD.ORG >> [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of ann kok >> Sent: 16 January 2002 15:24 >> To: questions@FreeBSD.ORG >> Subject: mail question >> >> >> Dear all >> >> I also have mail question >> >> I can mail >> >> eg: mail ann < messages >> >> but mail someone with attachement? >> >> how do I use mail ann < messages.tar.gz ? >> >> It doesn't work >> >> Thank you again >> >> __________________________________________________ >> Do You Yahoo!? >> Send FREE video emails in Yahoo! Mail! >> http://promo.yahoo.com/videomail/ >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message >> > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > --- doug reynolds | the maverick | mav@wastegate.net PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020116214745.BB49848449>