crontab -e just uses your default editor, probably vi. If you're not familiar with vi, google will help you find a good cheat sheet of commands.
If you only have one line in your crontab, you can also just use crontab -r to delete the entire file. -- Fletch ------------------------------------------------------------------------ Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529 View this thread: http://forums.slimdevices.com/showthread.php?t=50673 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
