1
0
Fork
You've already forked slow
0
Slow down input to output
  • C 52.5%
  • Makefile 36.9%
  • Roff 10.6%
Find a file
2018年07月02日 23:01:54 +02:00
arg.h Add arg.h from sbase project. 2013年08月07日 19:43:21 +02:00
config.mk Default to static linking. 2015年04月01日 22:52:22 +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 Update README.md 2018年07月02日 23:01:54 +02:00
slow.1 Change force option to lower case. 2015年03月11日 18:48:46 +01:00
slow.c Indentation & usage() declaration 2016年11月03日 13:38:18 +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.