I have something that I'll need to program into a cron job. I've never even attempted to *schedule* a cron job and only recently found out what they were, so I have a lot of questions that will lead to more questions.
1. Does a cron job run a script, or does it need to be a compiled executable?
2. If it's a script, what language can you use to do this?
or
2. If it's a compiled executable, what language can you use to write the source, and how is it compiled?
3. Does the platform (Linux vs. Unix) make a difference?
Thanks in advance for your help!
Onwards,
Q-
1. Does a cron job run a script, or does it need to be a compiled executable?
2. If it's a script, what language can you use to do this?
or
2. If it's a compiled executable, what language can you use to write the source, and how is it compiled?
3. Does the platform (Linux vs. Unix) make a difference?
Thanks in advance for your help!
Onwards,
Q-