vote up 1 vote down star

Is there anything like lint for crontab? I'd like to know that i've got all my spaces and stars sorted out without waiting for something to not work.

flag

2 Answers

vote up 2 vote down check

I don't think you need a lint for crontab. There's 5 fields that are space separated then a space then the command to run and its args finish off the line.

Also, on Ubuntu at least, crontab won't let you save a bum file. I just tried a few things and it barfed on all of them. I guess that means that crontab is its own 'lint for cron'.

link|flag
vote up 0 vote down

It might be a bit off, but an easy way would be to just load it with a graphical crontab editor like kcron or gcrontab. If you need to call it in a script, this question is about how to do it in php.

link|flag
ssh admin@myhost kcron Error: cannot open display Not everyone has a GUI. – Adam Hawes Jan 26 at 12:29
Well, you almost certainly have a GUI somewhere. Use ssh X forwarding and voilà - The window appears on your screen – phihag Jan 26 at 14:08
Not if you're on one of my servers it won't. Installing enough X libs (plus GTK/Qt/KDElibs/etc) to get a graphical editor is a no-no on a serious server. Size reasons aside, we like to keep off everything that can present a possible attack vector. – Adam Hawes Jan 29 at 5:08

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.