BSD 1 development
[unix-history] / man6 / transcribe.6
CommitLineData
996c901e
BJ
1.th TRANSCRIBE VI 8/24/77
2.sh NAME
3transcribe \- copy out a file as it grows
4.sh SYNOPSIS
5.bd transcribe
6[
7.bd \-
8] [
9\-interval
10] [
11+limit
12]
13file
14.sh DESCRIPTION
15.it Transcribe
16will copy out the contents of a file which is growing as it grows.
17It alternately copies out the new material in the file and sleeps
18for
19.it interval
20seconds, the default
21.it interval
22is 15 seconds.
23.it Limit
24can be given to limit the total running time of the
25.it transcribe,
26the default is effectively infinite.
27.s3
28.it Transcribe
29normally copies out all the text currently in the file
30before beginning to watch for new text.
31The option
32.bd \-
33alone causes only new material to be given.
34.s3
35.it Transcribe
36is particularly useful for alternately watching the output
37file being written by a long shell script or a long-running
38program and doing real work.
39.sh AUTHOR
40William Joy
41.sh BUGS
42Can't handle files which are larger than 32,000 characters.