You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2018. It is now read-only.
The ``sixth'' field (the rest of the line) specifies the command to be
run. The entire command portion of the line, up to a newline or %
character, will be executed by /bin/sh or by the shell specified in the
SHELL variable of the crontab file. Percent-signs (%) in the command,
unless escaped with backslash (\), will be changed into newline charac‐
ters, and all data after the first % will be sent to the command as
standard input. There is no way to split a single command line onto
multiple lines, like the shell's trailing "\".
Although this is not specifically documented, the source indicates that a backslash can also be used to escape another backslash (but not any other character, except after the first %).
The text was updated successfully, but these errors were encountered:
From crontab(5) (cron 3.0pl1-124.1ubuntu1):
Although this is not specifically documented, the source indicates that a backslash can also be used to escape another backslash (but not any other character, except after the first
%
).The text was updated successfully, but these errors were encountered: