Linux Community
In the regular expression in this sed command:
sed -r '/^[0-9]+$/{N;d}' in > out
what does the {N;d} do?