https://github.com/dimkr/libretee
A fast, asynchronous implementation of tee(1); orphaned
https://github.com/dimkr/libretee
Last synced: over 1 year ago
JSON representation
A fast, asynchronous implementation of tee(1); orphaned
- Host: GitHub
- URL: https://github.com/dimkr/libretee
- Owner: dimkr
- License: bsd-2-clause
- Created: 2012-10-08T10:58:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T11:03:55.000Z (almost 14 years ago)
- Last Synced: 2025-01-23T14:29:55.942Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
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.