The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Crontab Entry
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 02-09-2007
Dastard Dastard is offline
Registered User
  
 

Join Date: Jul 2006
Posts: 47
#!/bin/sh
sleep 10
echo > /opt/scripts/air01axml.txt
echo >> /opt/scripts/air01axml.txt
rsh air01a tail -1 /var/opt/fds/statistics/FSC-AirXmlRpc_2.0_A_1-`date +%Y-%m-%d`-0000.stat >> /opt/scripts/air01axml.txt

This is the script ..