i would like to automate a Status report of a hunting group on Alcatel oxe.
The Command
Code: Select all
pbxstat d xxx |grep in > result.txtNow i want a cronjob to do this every 10 minutes.
Code: Select all
*/10 * * * * pbxstat d xxx |grep in > result.txtCan anybody help me with this Problem?
Best Regards,
Sebastian

