xtee (cross-tee/expanded tee) is a program for building complex pipelines. It resembles the tee command, except that instead of copying stdin to stdout, it copies an input file to stdout and stdin to an output file. You can use xtee for building things like a bidirectional HTTP filter (using netcat and sed).
| Tags | Systems Administration Text Processing Filters Utilities |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | POSIX |
| Implementation | Haskell |
Recent comments
22 Oct 2008 06:00
Re: nifty tool, but a slightly misleading description
Thanks for pointing out that that part needs clarification. I'll make an edit.
24 Mar 2008 09:35
nifty tool, but a slightly misleading description
The statement "instead of copying stdin to stdout, it copies a
file to stdout" might cause someone to ask why we need this
utility when we already have cat.
The documentation on the developer's site, however, explains
that xtee copies the input file to stdout, and stdin to the output
file.
The examples using named pipes suggest some interesting
possibilities.
A complete IPsec and IKEv2/IKEv1 implementation for Linux 2.4 and 2.6 kernels.