morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

cat.1 (402B)


      1 .Dd January 16, 2015
      2 .Dt CAT 1 sbase\-VERSION
      3 .Sh NAME
      4 .Nm cat
      5 .Nd concatenate files
      6 .Sh SYNOPSIS
      7 .Nm cat
      8 .Op Fl u
      9 .Op Ar file ...
     10 .Sh DESCRIPTION
     11 .Nm
     12 reads each
     13 .Ar file
     14 in sequence and writes it to stdout. If no
     15 .Ar file
     16 is given,
     17 .Nm
     18 reads from stdin.
     19 .Sh OPTIONS
     20 .Bl -tag -width Ds
     21 .It Fl u
     22 Unbuffered output
     23 .El
     24 .Sh STANDARDS
     25 The
     26 .Nm
     27 utility is compliant with the
     28 .St -p1003.1-2008
     29 specification.