Penguin
Annotated edit history of tee(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 TEE
2 !!!TEE
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 AUTHOR
7 REPORTING BUGS
8 COPYRIGHT
9 SEE ALSO
10 ----
11 !!NAME
12
13
14 tee - read from standard input and write to standard output and files
15 !!SYNOPSIS
16
17
18 __tee__ [[''OPTION'']... [[''FILE'']...
19 !!DESCRIPTION
20
21
22 Copy standard input to each FILE, and also to standard
23 output.
24
25
26 __-a__, __--append__
27
28
29 append to the given FILEs, do not overwrite
30
31
32 __-i__, __--ignore-interrupts__
33
34
35 ignore interrupt signals
36
37
38 __--help__
39
40
41 display this help and exit
42
43
44 __--version__
45
46
47 output version information and exit
48 !!AUTHOR
49
50
51 Written by Mike Parker, Richard M. Stallman, and David
2 perry 52 !MacKenzie.
1 perry 53 !!REPORTING BUGS
54
55
56 Report bugs to
57 !!COPYRIGHT
58
59
60 Copyright 2000 Free Software Foundation, Inc.
61 This is free software; see the source for copying
62 conditions. There is NO warranty; not even for
63 MERCHANTABILITY or FITNESS FOR A PARTICULAR
64 PURPOSE.
65 !!SEE ALSO
66
67
68 The full documentation for __tee__ is maintained as a
69 Texinfo manual. If the __info__ and __tee__ programs
70 are properly installed at your site, the
71 command
72
73
74 __info tee__
75
76
77 should give you access to the complete manual.
78 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.