home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / TELECOM / OSKBox.lzh / MAILBOX / CC / DOCS / tail.doc < prev    next >
Text File  |  1989-08-22  |  615b  |  34 lines

  1. NAME:
  2.  
  3.      tail - end-of-file printer
  4.  
  5.  
  6. AUTHOR:
  7.  
  8.      Eric Williams  WD6CMU  [71336,1424]
  9.  
  10.  
  11. SYSTEM CONFIGURATION:
  12.  
  13.      OS9/68K v2.1, MW C v2.2
  14.  
  15.  
  16. SYNTAX:
  17.  
  18.      tail [<file>]
  19.  
  20.  
  21. DESCRIPTION:
  22.  
  23.      tail copies the last (up to 24) lines of the input data stream to
  24. standard output.  If no file name is provided, standard input is used. 
  25. If the input stream is a RBF-type device, a seek to the end of file is
  26. used, otherwise lines of text are read and discarded to reach the end of
  27. the file.  In this manner, tail may be used to process data piped to it
  28. from another program. 
  29.  
  30.  
  31. BUGS:
  32.  
  33.      Hangs on zero-length files.
  34.