Hi,

On 10/08/10 14:33, gusano wrote:
hi

while trying to add a cronjob with `crontab -e` I got this error:

zsh: command not found: crontab

am I missing something ?

It's not installed on the live distro, but you can get it fairly easily:

sudo aptitude install cron

OT: some bash configurations can suggest which packages to install contain programs that aren't installed yet, maybe there's something similar somewhere for zsh ? the package 'command-not-found' provides a python script and it's configured in /etc/bash.bashrc : example:

$ crontag
No command 'crontag' found, did you mean:
 Command 'crontab' from package 'cron' (main)
 Command 'crontab' from package 'bcron-run' (universe)
crontag: command not found

cheers,
_y

Thanks,


Claude

---
[email protected]
http://identi.ca/group/puredyne
irc://irc.goto10.org/puredyne

Reply via email to