I need to copy .csv files from one directory to another, and while doing so need to reformat the first column, which is a date column, from 13/04/2012 to 2012-04-13. What is the sed syntax to perform this simple conversion? I am getting awfully confused by the sed stuff I’m reading on the web.
Share
What have you tried so far? You could start with something small like this as a test case: