On Wed, 29 Dec 1999, luis wrote: > how can i send by mail a file, in only one line ?
Assume the file you want to send is called "file", use something like: mail -s subject [EMAIL PROTECTED] < file -s is for subject (optional) and change the email address and filename to suit your needs ------------------------------------------------------ hypnos <mailto:[EMAIL PROTECTED]>