On Mon, Apr 16, 2001 at 10:32:27AM -0400, digitalfrontier wrote:
> Im using the mail command to send me my some log files every week...but when
> i get the email, the files are not sent,..here is the command line i used:
> 
> mail -s "weekly logs" < /root/weekly.log [EMAIL PROTECTED]
> 
> am i missing something here?...why its the file not being sent with the
> email?

Try it like:

 mail -s "weekly logs"  [EMAIL PROTECTED] < /root/weekly.log

-- 
Hal B
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Spamtrap: [EMAIL PROTECTED] and [EMAIL PROTECTED]
--



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to