How do I add a string after each line in a file using bash? Can it be done using the sed command, if so how?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If your sed allows in place editing via the -i parameter:
If not, you have to make a temporary file:
Yours, |
|||||||||||||
|
|
If you have it, the lam (laminate) utility can do it, for example:
|
|||
|
|
|
Sed is a little ugly, you could do it elegantly like so:
|
|||||||||||
|