The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 09-04-2007
Quintab Quintab is offline
Registered User
 

Join Date: Dec 2004
Location: New Jersey
Posts: 25
If you want to run a script every hour (| day | year | etc.) cron is the way to go. If you want to run a script, lets say at 12:00, then you can use the at command. $> at 1200 command
Reply With Quote