]> pd.if.org Git - pdutils/blob - utils/cat/cat.1
implemented pwd
[pdutils] / utils / cat / cat.1
1 .TH CAT 1 "2008-1.01" "pdcore utilities" "User Commands"
2 .SH NAME
3 cat \- concatenate file(s) to standard output
4 .SH SYNOPSIS
5 .B cat
6 [-u] [file ...]
7 .SH DESCRIPTION
8 Sequentially read input files and write their contents to standard output.
9 .SH OPTIONS
10 .TP
11 -u
12 Fully unbuffered read and write.
13 .SH OPERANDS
14 .TP
15 file
16 Input file(s). If none provided, or the filename '-' is passed to cat,
17 standard input will be used.
18 .SH NOTES
19 As files are processed sequentially, beware of shell commands like
20 .P
21 .RS
22 cat x y > x
23 .RE
24 .P
25 which destroy input files before reading them.
26 .SH "AUTHORITATIVE DOCUMENTATION"
27 <http://www.opengroup.org/onlinepubs/9699919799/utilities/cat.html>
28 .SH VERSION AND COMPLIANCE
29 Utility version 1.01
30 .P
31 Functional compliance with POSIX:2008 (IEEE Std 1003.1-2008;
32 Shell and Utilities, Base Specifications Issue 7).
33 .SH UNLICENSE
34 This is free and unencumbered software released into the public domain,
35 provided "as is", without warranty of any kind, express or implied. See the
36 file UNLICENSE and the website <http://unlicense.org> for further details.