Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dimkr/libretee
- Owner: dimkr
- License: bsd-2-clause
- Created: 2012-10-08T10:58:01.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-08T11:03:55.000Z (about 12 years ago)
- Last Synced: 2024-05-10T00:12:44.816Z (6 months 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.