regex

Regex: what does {N;d} mean?

In the regular expression in this sed command:

sed -r '/^[0-9]+$/{N;d}' in > out

what does the {N;d} do?

Syndicate content