Last 10 lines of a large file
Hello everybody!
Can anyone please help me with the following issue: I want to get the last 10 lines of a large text file (2GB).
I used tail -n 10 filename, but this doesn't seem to work correctly.
Is there a better command to use for this problem??
I am on AIX 5.2
Thanks in advance,
Chris
|