|
Home > Archive > Unix administration > November 2005 > crontab and html
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| vishal.study@gmail.com 2005-11-23, 8:50 pm |
| Hello:
I have a scheduled cron job to run every night to test my application
and email me the results as a plain text file.
I would like enhance this functionality to include HTML link references
inside the logfile (that is generated and sent by cron).
For example:
Currently, my logfile (generated by cron) looks like:
========================================
=============
Tests run: 100
Passed : 90
Failed : 10
Logs located at: ftp://xyz/results/
----------------end of logfile------------------------------
Question
=======
I would like the lastline to be in hypertext, so that just by clicking
on it, the user is taken to the appropriate link (instead of cut-paste)
from the received email.
Can someone please let me know how to go about doing this.
Thanks a lot for all help,
Regards,
Vishal.
| |
|
| vishal.study@gmail.com wrote:
> Hello:
>
> I have a scheduled cron job to run every night to test my application
> and email me the results as a plain text file.
>
> I would like enhance this functionality to include HTML link references
> inside the logfile (that is generated and sent by cron).
>
> For example:
> Currently, my logfile (generated by cron) looks like:
> ========================================
=============
>
>
> Tests run: 100
> Passed : 90
> Failed : 10
> Logs located at: ftp://xyz/results/
>
> ----------------end of logfile------------------------------
>
> Question
> =======
> I would like the lastline to be in hypertext, so that just by clicking
> on it, the user is taken to the appropriate link (instead of cut-paste)
> from the received email.
>
> Can someone please let me know how to go about doing this.
>
> Thanks a lot for all help,
>
>
> Regards,
> Vishal.
>
You mean you aren't taking HTML 101 alongside your Intro to UNIX class?
Here's a tip: coincide your syllabuses better at the start of the next
semester.
|
|
|
|
|