I believe Kevin is correct. You are missing a semicolon in your command string.
The other choice is to just put your own script on the system - say, ~/hourly.sh - with the 3 commands you need and then have cron run ~/hourly.sh. Just make sure to set the script permissions to executable. This seems simpler and easier to test.