Introduction
Introduction Statistics Contact Development Disclaimer Help
cat.1 - sbase - suckless unix tools
git clone git://git.suckless.org/sbase
Log
Files
Refs
README
LICENSE
---
cat.1 (392B)
---
1 .Dd October 8, 2015
2 .Dt CAT 1
3 .Os sbase
4 .Sh NAME
5 .Nm cat
6 .Nd concatenate files
7 .Sh SYNOPSIS
8 .Nm
9 .Op Fl u
10 .Op Ar file ...
11 .Sh DESCRIPTION
12 .Nm
13 reads each
14 .Ar file
15 in sequence and writes it to stdout.
16 If no
17 .Ar file
18 is given
19 .Nm
20 reads from stdin.
21 .Sh OPTIONS
22 .Bl -tag -width Ds
23 .It Fl u
24 Unbuffered output.
25 .El
26 .Sh STANDARDS
27 The
28 .Nm
29 utility is compliant with the
30 .St -p1003.1-2013
31 specification.
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.