| 1. | the letter T or t. |
| 2. | something shaped like a T, as a three-way joint used in fitting pipes together. |
| 3. | T-bar. |
| 4. | T-shirt. |
| 5. | the mark aimed at in various games, as curling. |
| 6. | having a crosspiece at the top; shaped like a T. |
| 7. | to a tee. T, t (def. 6). |

noun, verb, teed, tee⋅ing.| 1. | Golf.
|
| 2. | Football. a device on which the ball may be placed to raise it off the ground preparatory to kicking. |
| 3. | Golf. to place (the ball) on a tee. |
| 4. | tee off,
|

| Trans-Europe Express. |
| a rolled metal bar or beam with a cross section resembling a T. |
tee tool, operating system
A Unix command which copies its standard input to its standard output (like cat) but also to a file given as its argument. tee is thus useful in pipelines of Unix commands (see plumbing) where it allows you to create a duplicate copy of the data stream. E.g.
egrep Unix Dictionary | tee /dev/tty | wc -l
searches for lines containing the string "Unix" in the file "Dictionary", prints them to the terminal (/dev/tty) and counts them.
Unix manual page: tee(1).
[The Jargon File]
(1996-01-22)
| tee T-shirt |
| TEE transesophageal echocardiography |