What does nl config.txt do with blank lines by default?
nl config.txt
It numbers only lines that begin with #.
#
It removes blank lines from the output.
It numbers non-empty body lines and leaves blank lines unnumbered.
It numbers every line, including blank lines.