I need to run a script exactly one week from a particular day. (Example: I need to popup a message 1 week once I leave on vacation to remind a user to perform a function)
I've tried to use crontab but it only allows me to do it by a time and date and I'm not sure when I need to use it.
Any thoughts?
_______________________________
Also....
I need to run a command that finds the file "core" on 1:30AM every Tuesday and Thursday.
Does this work??? crontab 30 1 * * 2,4 find / -name core
I've tried to use crontab but it only allows me to do it by a time and date and I'm not sure when I need to use it.
Any thoughts?
_______________________________
Also....
I need to run a command that finds the file "core" on 1:30AM every Tuesday and Thursday.
Does this work??? crontab 30 1 * * 2,4 find / -name core