`-D'
sets debugging flags.
`-n'
specifies that this sed script was always invoked with a `sed -n'. Otherwise a switch parser is prepended to the front of the script.
`-p'
specifies that this sed script was never invoked with a `sed -n'. Otherwise a switch parser is prepended to the front of the script.