[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Redirection - Duplicating File Descriptors
|
From: |
Paul Jarc |
|
Subject: |
Re: Redirection - Duplicating File Descriptors |
|
Date: |
Sun, 05 Aug 2001 18:45:22 -0400 |
|
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 |
"Gingko" <address@hidden> writes:
> Does [redirection] allow to, saying a trivial example, redirect the
> output of a 'ls' command to a file AND leave it to the standard
> output at the same time ?
No.
> Is there a standard Unix/Linux command for that ?
man tee
paul