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
How to upgrade Wordpress from 2.6.3 to 2.7.1
About exchange 2007 frontend
How do I keep a users profile when moving from a domain to a workgroup
Username/Password greyed out at login prompt
need help with url form login
Returning Max Value T-SQL
Windows XP serial ports configuration
Host.Allow, Host.Deny
wav to mp3
Powershell script screen output