|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] E-mailing Log Files
|
> * * * * * cat Net-AIM-1.21/away.log | mailx -s "Away Log"
> nyg102@psu.edu
try
* * * * * /path/to/cat /path/to/Net-AIM-1.21/away.log | /path/to/mailx -s "Away Log"
the path to your away.log is going to be more important to include than the path to cat or the path to mailx since it's not an executable and prob not in your PATH environment variable.
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|