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 will you emulate wc –l using awk?
Why do we write bin bash in shell scripts?
What is the best shell scripting language?
what is the meaning of First line of shell script ,what is meaning of #! pleas explain brifly
What does $0 mean in shell script?
how did u debugging in unix/ linux platform ??( project Related)
What is the difference between running a script as ./scriptname.sh and sh scriptname.sh
What are the types of script?
What is difference between bash and shell?
What shell is bin sh?
What are the four fundamental components of every file system on linux?
Please give me example of " at command , contrab command " how to use