Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/display3.1.html
Дата изменения: Fri Jan 17 12:43:23 1997
Дата индексирования: Tue Oct 2 01:17:53 2012
Кодировка:

Поисковые слова: tail
Examples of using the <b style="color:black;background-color:#ffff66">tail</b> command

Examples of using the tail command

To display the last 10 lines of a text file:

   tail fred

This displays the last 10 lines of the file fred which is in the current directory.


To display the last 50 characters in a file:

   tail -50c help.txt

This displays the last 50 characters in the file help.txt which is in the current directory.


[Home] [Search] [Index]