Escaping %
in crontab using \%
example
0 0 * * 5 cat ~/log >> \
~/log-`date +"\%Y-\%m-\%d"` && \
> ~/log
Escaping %
in crontab using \%
example
0 0 * * 5 cat ~/log >> \
~/log-`date +"\%Y-\%m-\%d"` && \
> ~/log
For further actions, you may consider blocking this person and/or reporting abuse
JetThoughts Dev -
Juan Blasco -
Aarav Joshi -
Beatris Ilieva -
Top comments (0)