我目前在脚本中包含以下几行:
#! /bin/csh set thedate = `date "+%d_%m_%y"`
将日期设置为今天的日期。
有人知道我需要添加什么来代替脚本来获取昨天的日期吗?
$(date "+%d_%m_%y" --date="1 day ago")