How can i format the date "01-SEP-2011" on "2011-09-01" format in shell script?
Try this:
$ date --date='01-SEP-2011' +%Y-%m-%d
1.4m articles
1.4m replys
5 comments
57.0k users