>From the uuencode manpage:
The following example packages up a source tree, comĀ
presses 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 [EMAIL PROTECTED]
Alan Davis
> On Wed, 29 Dec 1999, luis wrote:
> > how can i send by mail a file, in only one line ?
>
> mail -s ip_add [EMAIL PROTECTED] < the_file
>
> Oki