Question:
In Unix how do you see the last 100 lines of a very large log file that cannot be opened in an editor?
A K
2006-12-25 19:37:51 UTC
In Unix how do you see the last 100 lines of a very large log file that cannot be opened in an editor?
Five answers:
Neil
2006-12-25 20:57:10 UTC
tail -100 filename
Matt M
2006-12-25 19:41:32 UTC
To view the last 100 lines you can run the following command:



tail -100 /path/to/file
Beatmaster
2006-12-25 22:34:51 UTC
tail -100
danceingame
2006-12-28 23:46:16 UTC
learn unix command using mind map.

http://mind-map-you.blogspot.com
anonymous
2006-12-25 19:40:49 UTC
use the command 'tail'


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...