English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-05 02:02:43 · 4 answers · asked by iam_fanna 1 in Computers & Internet Hardware Other - Hardware

4 answers

In Linux it is - Redirect output to multiple files

2006-08-05 02:09:39 · answer #1 · answered by vern2618 5 · 0 0

the tee command is used on the command line when the output of the previous command is normally sent to standard output, but you also want to send a copy to a file.

it could look something like this:
ls -l filename tee /home/tmp

ls -l normally prints its result on the screen, but you also want to save it to a file.

2006-08-05 07:15:11 · answer #2 · answered by ronw 4 · 0 0

http://unixhelp.ed.ac.uk/CGI/man-cgi?tee

The Man Page of Tee Command..
Gud lk..

2006-08-05 03:24:28 · answer #3 · answered by Sanjit Nair 2 · 0 0

Tee off?

2006-08-05 02:06:34 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers