% tar cf /tmp/myfiles.tar fic1 dir2/ .... % compress /tmp/myfiles.tar % uuencode /tmp/myfiles.tar.Z /tmp/myfiles.tar.Z > /tmp/myfiles.uue % mailx -v -s "my files" dest at add.net < /tmp/myfiles.uue -------------------------------------------------------------------------------