sed insert line with leading spaces to a specific line
I have a line with spaces in the start for example " Hello world". I want to insert this line to a specific line in a file. For example insert " hello world" to the next file ...