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