Escaping %
in crontab using \%
example
0 0 * * 5 cat ~/log >> \
~/log-`date +"\%Y-\%m-\%d"` && \
> ~/log
We're a place where coders share, stay up-to-date and grow their careers.
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
Ben Herbst -
Srinivas karnati -
Johnny Simpson -
Karan Pratap Singh -
Discussion (0)