Re: date format linux
Posted by ErmanArslansOracleBlog on Mar 24, 2021; 8:17am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/date-format-linux-tp9509p9512.html
If you want or insist on using that "date -d" , then you can also make it work with the following;
date -d "`date` 0 days" +"%Y%m%d"
But it is unnecesary to use it that way in this case..