cleverhandle
Diamond Member
I'm pretty sure I should do this with sed, but I couldn't get it to work out. I've got a file (call it "list") with one item on each line. I want to take "list", prepend "phrase" to the beginning of every line, and call the result "newlist".
I'm guessing I want something like
cat list | sed i\ phrase > newlist
but that didn't work.
Thanks--
I'm guessing I want something like
cat list | sed i\ phrase > newlist
but that didn't work.
Thanks--