1 Repo
Tools that duplicate a data stream, writing it to multiple destinations simultaneously.
Distinct from Standard Input Processing: The candidates focus on processing stdin content or redirection; none describe the specific 'tee' behavior of duplicating a stream to multiple files.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Input Stream Duplication. Refine with filters or upvote what's useful.
This project is a comprehensive suite of essential command-line tools and standardized Unix-like utilities. It provides the fundamental building blocks for system administration, file management, and text processing on Unix-like systems, implementing a wide range of POSIX command-line tools. The collection is distinguished by its broad coverage of low-level system operations. This includes a complete toolkit for file system management, such as creating and modifying files and directories, and a specialized text processing toolkit for filtering, sorting, and transforming data streams. The pro
The Coreutils library copies standard input to standard output and one or more files.