luvdemheels
November 4th, 2008, 12:26 PM
I execute the foloowing command via a shell script which is kicked off by cron -
/bin/tar -cvWf /dev/st0 /data
It does not echo back to the screen when cron run it. How can I modify my script or this command so it will echo to the screen even if executed from a shell script by cron??
/bin/tar -cvWf /dev/st0 /data
It does not echo back to the screen when cron run it. How can I modify my script or this command so it will echo to the screen even if executed from a shell script by cron??