#rotate #log #log-file #daemon #outputs

app rotate-puts

将输出重定向到文件

2 个不稳定版本

0.3.0 2023年9月3日
0.2.0 2023年9月2日

#8 in #rotate

MIT/Apache

11KB
175

rotate-puts

将来自std in或指定文件的输出重定向

用法

command | rotate-puts

使用 mkfifo

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

作为守护进程运行

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

依赖项

~0.9–1.5MB
~18K SLoC