• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

A simple sed task, I think

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--
 
Back
Top