| ||||||
| 5/17 |
| 2004/5/26 [Computer/SW/OS/Linux, Computer/SW/Unix] UID:30432 Activity:nil |
5/26 How does one see just the end of a file in Unix/Linux? Say I have
2 gigs of text log, and I just want to see the last page.
\_ tail
\_ Thanks!
\_ check out the -f option from the man pages. |