]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit - support/doc/tools.md
Escape % signs in crontab example (CLI tools docs)
authorThomas Kuntz <tk@thomaskuntz.org>
Thu, 15 Sep 2022 15:47:02 +0000 (17:47 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 16 Sep 2022 08:19:41 +0000 (10:19 +0200)
commit927d14bd264d9aafafc21a0e095c8837f6b4acd8
tree95f71390ddc9e1511c9f41962110529a1e39b026
parent192edf169c70f44543c4e6843cac567bdbd91c59
Escape % signs in crontab example (CLI tools docs)

% 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.
support/doc/tools.md