Tuesday, June 17, 2008

tail

Use this command to look at the tail of a file. For example,

   % tail essay.001 

displays the last 10 lines of the file essay.001 To see a specific number of lines, do this:

   % tail -n 20 essay.001 
This displays the last 20 lines of the file.

No comments: