How will you schedule a job that will run every month last day?(some months have 30 days,some 31 days,28,29 days)
Answer / kirtiranjan sahoo
55 23 28-31 * * [[ "$(date --date=tomorrow +\%d)" == "01" ]] && myjob.sh
| Is This Answer Correct ? | 1 Yes | 0 No |
How are shells born?
How to use arguments in a script?
What is a shell? · Types of shell · what is shell scripting?
What is a shell made of?
What is scripting used for?
How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
How to customise the other shell?
Dear All, Can anybody tell me how to predefind no. of selected rows from a text file.
What lives in a shell?
What is the significance of the shebang line in shell scripting?
What are environment variables?
What is the command to find out users on the system?