<html>
<body>
<br>
Dear Gurus,<br><br>
I'm trying to insert a new cron job and would like to keep it to a
one-liner (if possible). However, as I'm not very good with shell syntax,
I hope some of you gurus out there can help me out with this
one.<br><br>
I've recently installed rkhunter and basically would like to cron it to
run it once a day and have its rpt sent to my e-mail a/c. <br><br>
Here's what I'm trying to achieve but don't really know how 
to:-<br><br>
<i>rkhunter --cronjob | mail -s ServerName - rkhunter - DATE&nbsp;
someuser@somebox.com<br><br>
</i>where ServerName is my server name, someuser@somebox is my e-mail
address and DATE is where I'd like to insert current date in my format
(date | cut -f 1,2,3,6 -d &quot; &quot;)<br><br>
So when the e-mail comes in, I'd see this in the Subject header
--&gt;<br><br>
&quot;ServerName - rkhunter - Wed Jun 15 2005&quot;<br><br>
Hope someone can assist me on this. Thanks. :)<br><br>
Best Regards,<br>
Andrew<br><br>
<br>
</body>
</html>