slow/README.md

19 lines
278 B
Markdown
Raw Permalink Normal View History

2013-12-03 00:21:20 +01:00
slow
====
Slow down input to output
Install
-------
2018-07-02 23:01:54 +02:00
# make clean install
2013-12-03 00:21:20 +01:00
Usage
-----
2018-07-02 23:01:54 +02:00
$ slow [-t usec] [-f]
2013-12-03 00:21:20 +01:00
-t usec : Define sleep between each bytes in micro-second. Default to 1 second.
2013-12-03 00:21:20 +01:00
-f : Force flushing after each byte. Useful with buffered stdout like ttys.