Thread Befehl in Crontab wird nicht richtig ausgeführt
(6 answers)
Opened by frambo at 2005-08-19 09:19
man 5 crontab
Code: (dl
)
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. Du kannst den Aufruf auch in ein kleines Skript packen und das per cron aufrufen, dann sollte das Quoting keine Probleme bereiten. |