The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
i want a script to execute if the time is 12:00 automatically
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
i want a script to execute if the time is 12:00 automatically
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
09-04-2007
Quintab
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
Quintab
View Public Profile
Find all posts by Quintab