[NTLUG:Discuss] Copying a file to TWO destinations as the sametime..
Burton Strauss
Burton_Strauss at comcast.net
Sat Jan 28 07:19:43 CST 2006
Well, the traditional way would be to use cat to pump the file out through
stdout and then pipe that into tee..
cat /etc/issue | tee y >z
-----Burton
-----Original Message-----
From: discuss-bounces at ntlug.org [mailto:discuss-bounces at ntlug.org] On Behalf
Of Richard Geoffrion
Sent: Saturday, January 28, 2006 12:53 AM
To: NTLUG Discussion List
Subject: [NTLUG:Discuss] Copying a file to TWO destinations as the
sametime..
Does anyone know of a way..or possible way to copy a file to multiple
locations at the same time? I know that TEE can do something similar..but
is there a way to copy or dd and send the information through 'tee'?
Is there another utility that one could explore to possibly accomplish this?
--
Richard
_______________________________________________
https://ntlug.org/mailman/listinfo/discuss
More information about the Discuss
mailing list