Crontab Command Separate Line Crontab Command Separate Line shell shell

Crontab Command Separate Line


No, you can't do that. From the man page:

There is no way to split a single command line onto multiple lines, like the shell's trailing "\".

You can put the commands in a script and run it.