BSD 2 release
[unix-history] / man / dribble.u
CommitLineData
aee068ae
BJ
1.TH DRIBBLE UCB 2/24/79 UCB
2.SH NAME
3dribble \- copy out terminal interaction to a file
4.SH SYNOPSIS
5.B dribble
6[ typescript [ sh [ arg ... ] ] ]
7.SH DESCRIPTION
8.I Dribble
9runs the specified command in an environment where output and input
10is echoed to the typescript file.
11The default command is your shell, running into the file
12.I dribble.out.
13It is useful for making a transcript of work on a screen terminal.
14.SH AUTHORS
15Bill Joy and Olivier Roubine
16.SH BUGS
17You can't send an end-of-file through a pipe.
18Thus hitting control-D in dribble will bring the world crashing down.
19If you hit `EOF' followed immediately by a control-D dribble
20tries to fake an EOF which is good enough to fool some programs,
21notably not
22.IR ex (UCB).
23
24Some programs expect standard input to be a teletype and act strangely
25when dribbled because it isn't.