Dne 26.4.2011 04:50, Phoenix Kiula napsal(a):
> Tomas, the line where it crashed, here are the 10 or so lines around it:
>
>> > head -15272350 /backup/links/links_all.txt | tail -20
No, those lines are before the one that causes problems - line number is
15272357, and you've printed just 15272350 lines using head. Do this
$ head -15272367 /backup/links/links_all.txt | tail -20
That should give us 10 lines before, 10 lines after.
Tomas.