We want to modify a plist file such that after matching a pattern it should insert few lines using sed shell command.
plist file format is as follow:
<
Try the the 'N'-command to enable newline matching:
sed 'N;/\n\s\+/a added line' info.plist