回答:
あなたは%
兆候をエスケープする必要があります。それらはcrontabで特別な意味を持ちます:
man (5) crontab:
Percent-signs (%) in the command, unless escaped with backslash (\),
will be changed into newline characters, and all data after the
first % will be sent to the command as standard input.
date +%F
し、どこにもなっていなかった
SHELL=/bin/bash
、私はいつも書き換えることができるcat %Hello world
ようcat <<<'Hello world'
。特別な構文は必要ありません。