I currently have a directory of files with date based names in the format mmddyy
:
nxd060815a.html nxd060915a.html nxd061015a.html
and would like to change file name format to yyyy-mm-dd
:
nxd2015-06-08a.html nxd2015-06-09a.html nxd2015-06-10a.html
How would I do this from the command line?
Any help is appreciated.