home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff284.lzh / ARPTools / man / Head.man < prev    next >
Text File  |  1989-11-27  |  1KB  |  70 lines

  1.  
  2.  
  3.  
  4.      Head(V1.0)               ARPTOOLS Manual               Head(V1.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Head - Display the first lines of a file.
  10.  
  11.      SYNOPSIS
  12.           Head Files/... TO/K LIN/K BAN/S
  13.           
  14.      DESCRIPTION
  15.           HEAD copy the first  lines of a file or some files to 
  16.           the standard output or,if a TO argument is supplied, to
  17.           a file. It is possibile to supply several file names with
  18.           wildcards as well. If no input files are supplied Head
  19.           default to the standard input (for use with pipes etc.)
  20.  
  21.      OPTIONS
  22.           LIN
  23.                This, followed by a number specifies how many lines
  24.                must be displayed. Otherwise the default number of
  25.                lines is 10.
  26.  
  27.           BAN
  28.                This option will display a banner before the 'heads'
  29.                of each file.
  30.  
  31.      EXAMPLE
  32.           To display the beginning of any C source file in the current
  33.           directory:
  34.  
  35.           Head *.[ch] LIN 5 BAN
  36.    
  37.      BUGS    
  38.           None known.
  39.  
  40.      SEE ALSO
  41.           Tail
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.      Page 1
  70.