Let's say I have a file called links.txt with the below contents.
Let's say I want to grab the 10 last lines and print them to screen. How would I do that? Is it possible?
_______________________________________
You don't know me.
Code:
<a hre="joe.html">Joe</a><br>
<a hre="herb.html">Herb</a><br>
<a hre="Kim.html">Kim</a><br>
<a hre="June.html">June</a><br>
<a hre="jack.html">Jack</a><br>
... and so on and so fourth...
Let's say I want to grab the 10 last lines and print them to screen. How would I do that? Is it possible?
_______________________________________
You don't know me.