I need to insert a character at the beginning of every line in a txt doc
I need to insert a > character at the beginning of every line in a txt doc, how do I do this
ProgrammingEditors IDEsAlgorithms
Last Comment
glenwdri
8/22/2022 - Mon
2sq
If you have excel, you can copy the text file to excel and paste. Move the entire selected column over a cell and then place what you want ahead of it in the first cell you have just left yourself. Copy the entire thing and past it back into a text document.
glenwdri
ASKER
this has to be done on about 200 files at a time and more than once hence the desire for sed to do it.