Hello, guys! I have a connection string in a ini file as following:
1 ...
2 ...
3 #someline:
n ConnectionString = "Data Source=localhost;Database=grid;User ID=grid;Password=grid;"
And I would like to locate to the line n and replcate Data Source, Database, User Id and Password field. So how can I make it in sed?