Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
tee




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).

[Jargon File]

Last updated: 1996-01-22



▼ Từ liên quan / Related words
Related search result for "tee"

Giới thiệu VNDIC.net | Plugin từ diển cho Firefox | Từ điển cho Toolbar IE | Tra cứu nhanh cho IE | Vndic bookmarklet | Học từ vựng | Vndic trên web của bạn

© Copyright 2006-2024 VNDIC.NET & VDICT.CO all rights reserved.