[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Redirection - Duplicating File Descriptors
From: |
Gingko |
Subject: |
Re: Redirection - Duplicating File Descriptors |
Date: |
Mon, 06 Aug 2001 01:46:28 GMT |
----- Original Message -----
From: "Paul Jarc" <prj@po.cwru.edu>
Newsgroups: gnu.bash.bug
Sent: Monday, August 06, 2001 12:45 AM
Subject: Re: Redirection - Duplicating File Descriptors
> "Gingko" <gingko@multimania.com> 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.
Thank you very much for you answer...
So, if it not usable for that, I would be curious to see any example of a
useful use of this
duplication of descriptors ?
>
> > Is there a standard Unix/Linux command for that ?
>
> man tee
I see... This was not obvious to find. Thank you.
Gilles Reeves.