Slow down input to output
Find a file
2015-04-01 22:50:39 +02:00
arg.h Add arg.h from sbase project. 2013-08-07 19:43:21 +02:00
config.mk Pass _XOPEN_SOURCE constant from macro config. 2015-04-01 22:50:39 +02: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 Pass _XOPEN_SOURCE constant from macro config. 2015-04-01 22:50:39 +02: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.