1.完整日期
[root@localhost nginx]# date -d yesterday
2019年 05月 02日 星期四 11:37:35 CST
2.取年份
[root@localhost nginx]# date -d yesterday +%Y
2019
3.数字日期
[root@localhost nginx]# date -d yesterday +%Y%m%d
20190502
1.完整日期
[root@localhost nginx]# date -d yesterday
2019年 05月 02日 星期四 11:37:35 CST
2.取年份
[root@localhost nginx]# date -d yesterday +%Y
2019
3.数字日期
[root@localhost nginx]# date -d yesterday +%Y%m%d
20190502