I have some files in a directory that contain dates that are formatted like:
December 29 19:05:58
But they differ referring to the date that the file was created.
Is there any way to do a search-replace on these files to replace the dates with ones that look like:
December 29 2010 19:05:58
I am on Mac OS X.
EDIT: To clarify, any scripting would be fine, i.e: sed or shell/ruby scripts.