标签:
man find
发现 花括号要加 ‘‘
find ${LOG_BASE_DIR}$dir/ -type f -mtime +${KEEP_DAYS} -name ${LOG_REG} -exec rm -f ‘{}‘ \;
find: missing argument to `-exec'
原文地址:http://www.cnblogs.com/allenhaozi/p/4772853.html