Microsoft
Software
Hardware
Network
Question : How do I edit a crontab outside of an editor?
Hi,
I want to deinstall and reinstall a crontab using a PHP script. $ man crontab mentions that editing of the crontab files directly is discouraged - is there a way to add lines to the crontab via the shell, instead of within the editor that is loaded upon executing with -e?
Something like: crontab -e -u root < * * * * * /command ?
Or is it safe to edit the crontab file directly?
Thanks
Answer : How do I edit a crontab outside of an editor?
you can do
crontab -l > mycron
> mycron>
crontab mycron
Random Solutions
Outlook 2003 error 0x8007000E
How do I remove the Volume Control from the system tray/notification area using a reg hack?
Not receiving all emails
shell script passing arguments
Creating a dynamic range name using VBA
Query Update Runs Automatically
tranfer SQL sever 2005 user login, password as well as permission
Rails: Replace HTML with a partial and a collection
error message when opening files says cant open may be read only or encrypted
get process working directory