1
在我能夠做帶日期後綴的cron命令?
cp htlog.out test.$(date '+%m%d%Y')
但命令行,當我嘗試的crontab像這樣:
37 17 * * 1-5 cd the/dir && cp htlog.out test.$(date "+%m%d%Y")
它無法從cron守護程序以下消息:
/bin/sh: -c: line 0: unexpected EOF while looking for matching `"'
/bin/sh: -c: line 1: syntax error: unexpected end of file
而且我在命令後面有endlines。那個crontab條目有什麼問題?