home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d747 / aush.lha / AUSH / ExtraCmds.lha / englishdocs / head.doc < prev    next >
Text File  |  1992-09-04  |  485b  |  25 lines

  1. NAME
  2.     head - give first few lines
  3.  
  4. SYNOPSIS
  5.     head [ -count ] [ file ...  ]
  6.  
  7. DESCRIPTION
  8.     This filter gives the first count lines of each of the
  9.     specified files, or of the standard input. If you specify
  10.     - as a file, standard input will be used.
  11.     If count is omitted it defaults to 10.
  12.  
  13. RETURN CODES
  14.     0 if all went well
  15.     1 in case of bad argument (fatal)
  16.     2 if at least one file couldn't be opened (non fatal)
  17.  
  18. CHANGES FROM UNIX
  19.     None
  20.  
  21. AUTHOR
  22.     Denis GOUNELLE
  23.     Last modified 04-Sep-92
  24.  
  25.