LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How to get sed to modify the nth line (https://www.linuxquestions.org/questions/programming-9/how-to-get-sed-to-modify-the-nth-line-931224/)

javascriptninja 02-25-2012 09:30 AM

How to get sed to modify the nth line
 
Let's say I'm going to pipe a file to sed, and I want sed to prepend the nth line with a certain character. How would I do that?

millgates 02-25-2012 09:35 AM

Code:

sed '9s/.*/this is 9-th line: &/'


All times are GMT -5. The time now is 03:45 PM.