The UNIX and Linux Forums  


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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 10-21-2008
Wotan31 Wotan31 is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 17
I don't like loops. Why not have a cron job that runs every hour, checking for the presence of this file?

If once an hour isn't frequently enough, just do a script that runs in a loop and start it with "nohup" so it continues to run even when you log out.