1#!/usr/bin/tail --lines=+2 2Status: 300 Mutliple Choices 3Content-Type: text/html 4 5<html> 6 <body> 7 <ol> 8 <li><a href="http://example.com/">Choice A</a></li> 9 <li><a href="http://example.org">Choice B</a></li> 10 </ol> 11 </body> 12</html> 13