Slow down input to output
Find a file
Simon Lieb df513b4f07 Update to version 1.0.
Remove todo.txt file ; Done all the todos.
2015-03-11 18:52:03 +01:00
arg.h Add arg.h from sbase project. 2013-08-07 19:43:21 +02:00
config.mk Update to version 1.0. 2015-03-11 18:52:03 +01:00
LICENSE Change license to MIT & fix copyright. 2013-08-06 13:09:38 +02:00
Makefile Add manpage. 2013-08-08 21:21:01 +02:00
README.md Indentation & alignment. 2015-03-11 18:52:01 +01:00
slow.1 Change force option to lower case. 2015-03-11 18:48:46 +01:00
slow.c Indentation & alignment. 2015-03-11 18:52:01 +01:00

slow

Slow down input to output

Install

make clean install

Usage

$ slow [-t usec] [-f]

-t usec : Define sleep between each bytes in micro-second. Default to 1 second.

-f : Force flushing after each byte. Useful with buffered stdout like ttys.