标签: bash date
我知道我可以通过撰写
dt=`date +"%d-%m-%Y" -d "-1 day"`
同样我想找-2天,-3天等等。当我把这个命令放在循环中,并将其写为
dt=`date +"%d-%m-%Y" -d "-$i day"`