Re: cron line continuation?
- Reply: Tom Samplonius : "Re: cron line continuation?"
- In reply to: Ronald Klop : "Re: cron line continuation?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Jun 2021 07:51:41 UTC
> On Jun 7, 2021, at 00:42, Ronald Klop <ronald-lists@klop.ws> wrote: > > which is much better readable. I can't get this to work so the documentation might be inconsistent. I don’t think cron supports escaping newline. You can escape % as described, but (as you know) that’s something else. The standard solution to this is not to write programs in the cron config. Write a script or program elsewhere and have cron execute it. Ask