Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dimkr/libretee

A fast, asynchronous implementation of tee(1); orphaned
https://github.com/dimkr/libretee

Last synced: about 1 month ago
JSON representation

A fast, asynchronous implementation of tee(1); orphaned

Awesome Lists containing this project

README

        

___ __ __
/ (_) / _______ / /____ ___
/ / / _ \/ __/ -_) __/ -_) -_)
/_/_/_.__/_/ \__/\__/\__/\__/

libretee is a tee(1) implemention licensed under a 2-clause BSD license.

It utilizes POSIX Asynchronous I/O and designed to be efficient, especially when
dealing with large amounts of data.

In contrast with other tee(1) implementations, libretee does not accept any
options and always appends to existing output files.