How to join a line with a pattern with the next line with sed?
9
votes
4
answers
15185
views
I can't find this case in the board, so I'm asking the question.
This is input file:
module
x(a,b,c)
module
y(d,e,f,
g,h,i)
module
z(j,k,l)
And output file should be:
module x(a,b,c)
module y(d,e,f,
g,h,i)
module z(j,k,l)
Asked by funfun
(119 rep)
Dec 17, 2018, 06:24 AM
Last activity: Aug 19, 2023, 10:03 PM
Last activity: Aug 19, 2023, 10:03 PM