corn job

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gupta24
    New Member
    • May 2008
    • 11

    corn job

    i wrote one script.......

    1. if run the script in cron how can put into the cron
    2. the script will need to run every 10 mins how put it in the script (how can declare in my script)
    3.when corn job script run we need to display time and date
    Regards,
    Madhu
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    1. if run the script in cron how can put into the cron
    You have to use crontab -e and add the entry there
    2. the script will need to run every 10 mins how put it in the script (how can declare in my script)
    Check this link
    3.when corn job script run we need to display time and date
    use date command in the script


    Raghuram

    Comment

    • gupta24
      New Member
      • May 2008
      • 11

      #3
      Please help........... ....

      Comment

      • gpraghuram
        Recognized Expert Top Contributor
        • Mar 2007
        • 1275

        #4
        Originally posted by gupta24
        Please help........... ....

        Did you go through the links what i have sent you in the previous post?
        Did u try anything after reading that?

        Raghu

        Comment

        Working...