[ address ] p [ count ]
address
p
count
Print the lines specified by address . count specifies the number of lines to print, starting with address . P is another abbreviation.
:100;+5p Show line 100 and the next five lines