Re: mail ?
>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@address
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 x@y.z.com < the_file
>
> Oki
Reply to:
- References:
- Re: mail ?
- From: Oki DZ <litbang@haltek.telkom.net.id>