Hi all, I have a shell script which will display a message. In the crontab I added this script. The message didnt display in the console, but if I redirect the output to a file, the file has the msg
This is the script and crontab *************** Test.sh *************** #!/bin/sh echo "Test msg" *************** crontab *************** * * * * * sh /root/Test.sh Any idea to diplay the output in console? Thanx in advance Regards, Pandiaraj ==================================================================== EASY and FREE access to your email anywhere: http://kralweb.com/mail ==================================================================== Need cheap webhosting? Visit: http://genialt.no ==================================================================== ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
