On 2003-10-14 23:52, "Carlos A. Carnero Delgado" <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I need to mail some users binary files (.tar.gz) from cron jobs. What's
> the best way to do that? Maybe uuencoding them? (bonus points if no
> ports involved ;)

Uuencoding works fine.  Try running this:

        $ uuencode filename filename | mail -s 'filename.uue' [EMAIL PROTECTED]

- Giorgos

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to