summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/readslow.1
blob: 1454c2429ce61ee5c1c90c91335c0434ef47376e (plain)
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
.TH READSLOW 1
.SH NAME
readslow \- watch a growing file
.SH SYNOPSIS
.B readslow
[
.B \-e
]
[ file ]
.SH DESCRIPTION
.I Readslow
copies the contents of the
.I file
(standard input by default)
to the standard output.
Upon reaching an apparent end of file, it
tries periodically to read further, thus letting
you watch the progress of a file that another process
is writing into.
Option
.B \-e
causes readslow to begin at the present end of the
.I file.
.SH SEE ALSO
tail(1)