I have a .csv file with some data, for example:
a | b | c | d | e
f | g | h | i | f
I would like to insert a header in this file to indicate each field:
h1 | h2 | h3 | h4 | h5
a | b | c | d | e
f | g | h | i | l
I would like to do it from the Windows command line, how can I do?