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..
You have to use crontab for the periodic operations. Read about cron here. https://help.ubuntu.com/community/CronHowto http://en.wikipedia.org/wiki/Cron Feel free to ask here if you have any further queries with the information on your efforts. -- Regards, T.Shrinivasan My Life with GNU/Linux : http://goinggnu.wordpress.com Free/Open Source Jobs : http://fossjobs.in Get CollabNet Subversion Edge : http://www.collab.net/svnedge _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
