Crontab

Tom Neff tneff at bfmny0.UUCP
Sun Jul 23 01:27:59 AEST 1989


To append entries to crontab, try

	crontab -l | cat - /tmp/mynewentries | crontab

Or, as I prefer, from vi, you just type

	:%!crontab -l

then edit the entries as you see fit, and finish with

	:%!crontab

-- 
"My God, Thiokol, when do you     \\	Tom Neff
want me to launch -- next April?"  \\	uunet!bfmny0!tneff



More information about the Comp.bugs.sys5 mailing list