sslug-teknik team mailing list archive
-
sslug-teknik team
-
Mailing list archive
-
Message #68517
Re: Redirect output
On Thu, Nov 13, 2003 at 05:39:29PM +0100, René Mølsted wrote:
> Er det muligt at redirect output til både skærm og fil?
> fx.
> echo "Min tekst" >> /fil.txt
tee er hvad du leder efter:
ksm@albatross ksm $ echo "Min tekst" | tee fil.txt
Min tekst
ksm@albatross ksm $ cat fil.txt
Min tekst
--
/-----------------------------------------------------\
| Klaus S. Madsen | "Failure is not an option... |
| ICQ: 45400164 | It comes bundled with your |
| www.hjernemadsen.org | Microsoft products!" |
\-----------------------------------------------------/
References