Skip to content
  • Thomas Kuntz's avatar
    Escape % signs in crontab example (CLI tools docs) · 927d14bd
    Thomas Kuntz authored
    % is a special character for crontab. From man 5 crontab: A "%" character in the command, unless escaped with a backslash (\), will be changed into newline characters, and all data after the first % will be sent to the command as standard input.
    927d14bd