我在 crontab 中放置了一个工作,每 2 小时运行一次,我还希望将我的 bash 输出的日志文件放在一个单独的文件中。
输入:
0 0-23/2 * * * /tmp/sample.sh | tee /tmp/logfile_extract_$(date '+%Y-%m-%d-%H').txt
输出:
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file