On Tue, Jun 14, 2011 at 7:59 AM, Girish Venkatachalam
<[email protected]> wrote:
> On Mon, Jun 13, 2011 at 6:02 PM, karthick perumal
> <[email protected]> wrote:
>> Hi
>> i have a set of commands stored in scan.sh(some 50 lines of commands.),it
>> does scanning process in my system.i need  shell scripts to automatically
>> trigger the scan.sh every friday(for example).please help me..
>> thanks in advance.
>
> Easy.
>
> crontab -l

0           0        *         *       5    /bin/scan.sh

(minute  hour  dayofmonth month  weekday command)

-Girish

-- 
G3 Tech
Networking appliance company
web: http://g3tech.in  mail: [email protected]
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to