


HEAD(1L)                                                 HEAD(1L)


NNAAMMEE
       head - output the first part of files

SSYYNNOOPPSSIISS
       hheeaadd [-c N[bkm]] [-n N] [-qv] [--bytes=N[bkm]] [--lines=N]
       [--quiet]  [--silent]  [--verbose]  [--help]   [--version]
       [file...]

       hheeaadd [-Nbcklmqv] [file...]

DDEESSCCRRIIPPTTIIOONN
       This  manual page documents the GNU version of hheeaadd.  hheeaadd
       prints the first part (10 lines by default) of each  given
       file;  it  reads from standard input if no files are given
       or when a filename of `-' is encountered.   If  more  than
       one  file  is  given, it prints a header consisting of the
       file's name enclosed in `==>' and `<==' before the  output
       for each file.

   OOPPTTIIOONNSS
       hheeaadd  accepts  two  option  formats: the new one, in which
       numbers are arguments to the option letters, and  the  old
       one, in which the number precedes any option letters.

       _-_c _N_, _-_-_b_y_t_e_s _N
              Print  first  N  bytes.   N  is  a nonzero integer,
              optionally followed by one of the following charac-
              ters to specify a different unit.

              b      512-byte blocks.

              k      1-kilobyte blocks.

              m      1-megabyte blocks.

       _-_l_, _-_n _N_, _-_-_l_i_n_e_s _N
              Print first N lines.

       _-_q_, _-_-_q_u_i_e_t_, _-_-_s_i_l_e_n_t
              Never print filename headers.

       _-_v_, _-_-_v_e_r_b_o_s_e
              Always print filename headers.

       _-_-_h_e_l_p Print a usage message and exit with a non-zero sta-
              tus.

       _-_-_v_e_r_s_i_o_n
              Print version information on standard  output  then
              exit.







FSF                     GNU Text Utilities                      1


