I mean I want to use this variable at "minute to wday" in the following.
minute hour mday month wday who command
Because I want to set these values in some configuration file and want to use those time spans here.
|
I mean I want to use this variable at "minute to wday" in the following.
Because I want to set these values in some configuration file and want to use those time spans here. |
||||
|
|
|
I don't think so that you can use variables as placeholder's there. Following is allowed
If you need something dynamic for a large list of job to be created, I suggest create a shell script that will dump the required crontab timings, which you can place in the crontab file. |
|||||
|
|
I think you have to use standard syntax for crontab and check for user/weekday inside your script. |
|||||
|
|