How to schedule a script twice a month using crontab?
Hi all,
I have a requirement where i need to schedule a script to run twice a month using crontab.
I guess the following script executes the script once in every month
0 0 1 * * /bin/execute/this/script.sh
Can anyone guide me on how to do this twice a month.
Thanks in advance