-
Notifications
You must be signed in to change notification settings - Fork 0
jmuia/tee
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
tee [ -a ] [ -i ] [ File ... ] A little implementation of POSIX tee. Copy standard input to each FILE, and also to standard output. -a to append to files -i to ignore interrupt signals TODO: more options for handling errors (see --output-error in GNU tee) TODO: automated testing (see suggestions in source file) TODO: manual buffering TODO: use const
About
A little implementation of POSIX tee. Copy standard input to each FILE, and also to standard output.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published