Skip to content
/ tee Public

A little implementation of POSIX tee. Copy standard input to each FILE, and also to standard output.

Notifications You must be signed in to change notification settings

jmuia/tee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

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

No packages published

Languages