how to change crontab entries

Hi Friends,

 I need to change crontab entries in prod.

$crontab -l -> using this i can see the entries only
Plese tell me how to edit this crontab and how to change the entires

Waiting for ......
Thanks In advance friends

Krish.

do crontab -l > cron.base # this will create bas file for your cron entry
Edit cron.base as per your requirment.

Do crontab cron.base

New values will be picked, cross check via crontab -l

Thanks
T.T.

put this at the command prompt

crontab -e

This will open the cron file and there you can edit it.