<html><body><div style="font-family: Arial; font-size: 12pt; color: #000000"><div aria-label="Compose body">Hey, I think that most of us are familiar with the 'tee' command, which allows the user to "split" a single input into two output streams.&nbsp; I was asked yesterday if there was a way to do the same thing with files that are being copied,and I had to admit that I had no idea, I'd never considered that before.<br><br>I thought I'd take just a minute to ask the group if anyone knows of a way to copy an arbitrary "file (or group of files, some of which might be compiled binaries, etc.)" from a single source to two separate destinations simultaneously.&nbsp; I'd *briefly* considered something like <br><br>&nbsp;&nbsp; "cat sourcefile | tee DEST1 DEST2"<br></div><div aria-label="Compose body"><br></div><div aria-label="Compose body">since within *NIX everything's a file, but then figured that compiled binaries *might* cause problems.<br></div><div aria-label="Compose body"><br></div><div aria-label="Compose body">Not a really big deal if it's not easily possible, but the question kind of intrigued me, &amp; I figure I might learn something cool...&nbsp; ;-)<br><br>Thanks guys!<br></div><div aria-label="Compose body"><br>T.<br></div></div></body></html>