Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ dribble(UCB) — UNIX 2BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DRIBBLE(UCB)  —  UNIX Programmer’s Manual

NAME

dribble − copy out terminal interaction to a file

SYNOPSIS

dribble [ typescript [ sh [ arg ... ] ] ]

DESCRIPTION

Dribble runs the specified command in an environment where output and input is echoed to the typescript file.  The default command is your shell, running into the file dribble.out.  It is useful for making a transcript of work on a screen terminal. 

AUTHORS

Bill Joy and Olivier Roubine

BUGS

You can’t send an end-of-file through a pipe.  Thus hitting control-D in dribble will bring the world crashing down.  If you hit ‘EOF’ followed immediately by a control-D dribble tries to fake an EOF which is good enough to fool some programs, notably not ex(UCB).
 
Some programs expect standard input to be a teletype and act strangely when dribbled because it isn’t.

7th Edition  —  2/24/79

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026