summary refs log tree commit diff
path: root/bin/man1/ptee.1
blob: ba615f273abbb09b7183d3557aafb49c0843d6b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.Dd October 18, 2021
.Dt PTEE 1
.Os
.
.Sh NAME
.Nm ptee
.Nd tee for PTYs
.
.Sh SYNOPSIS
.Nm
.Ar command ...
.Cm >
.Ar file
.
.Sh DESCRIPTION
.Nm
runs
.Ar command
in a new PTY
which is mirrored to
the current PTY
and standard output.
Standard output must be redirected
to a file or pipe.
.
.Pp
Type
.Ic ^S
to write a media copy sequence
to standard output.
Type
.Ic ^Q
to toggle writing to standard output.
.
.Sh SEE ALSO
.Xr script 1
.
.Sh BUGS
Window size changes are not propagated
to the child PTY.