Files
rotate-puts/README.md
2023-09-03 13:22:40 +08:00

296 B

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]