Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 296 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 296 Bytes

rotate-puts

Rotate outputs from std in or assigned file

Usage:

command | rotate-puts

Use mkfifo:

mkfido test-fifo
rotate-puts --file test-fifo
command > test-fifo

Run as daemon:

rotate-put --file test-fifo --daemon --iden test [--continue-read]