这是我想要自动化的:
00 08 * * * psql -Uuser database < query.sql | mail somone@null.com -s "query for `date +%Y-%m-%dZ%I:%M`"
这是错误消息:
/bin/sh: -c: line 0: unexpected EOF while looking for matching ``'
/bin/sh: -c: line 1: syntax error: unexpected end of file
2
除了给出错误之外,请考虑将其放在schell脚本中。它会假装crontab笨拙,您可以在脚本文件中添加注释和配置。
—
PeterMmm