반응형
#!/bin/bash
echo `date --date '1 days ago' +%Y%m%d`
-- output
[root@tm test]# ./aa.sh
20080227
[root@tm test]#
728x90
반응형
#!/bin/bash
echo `date --date '1 days ago' +%Y%m%d`
-- output
[root@tm test]# ./aa.sh
20080227
[root@tm test]#
댓글