slow/slow.1

22 lines
391 B
Groff
Raw Normal View History

2013-08-08 21:21:01 +02:00
.TH slow 1 slow\-VERSION
.SH NAME
slow \- Slow down ouput
.SH SYNOPSIS
.B slow
.RB [ \-t
.IR time ]
.RB [ \-f ]
2013-08-08 21:21:01 +02:00
.SH DESCRIPTION
.B slow
cat stdin to stdout with a usleep between each bytes.
.SH OPTIONS
.TP
.BI \-t " time"
specify sleep time between each bytes in micro-second.
Default value is 1 second.
.TP
.B \-f
2013-08-08 21:21:01 +02:00
force flushing after each bytes.
useful with buffered stdout like ttys.
.TP