I was wondering how can I create a cron task that can run a command on a mongoshell connection.
Basically I would like to be able to connect to the mongoshell once a month an run a specific command.
The version of mongodb that I'm running is MongoDB shell version: 2.0.7
Thanks