Re: Large data transfer

From: Ed Prochak <edprochak_at_interfacefamily.com>
Date: Sat, 03 Jul 1999 00:57:37 -0400
Message-ID: <377D9841.B9EC42DA_at_interfacefamily.com>


Pipe is a standard feature of the UNIX shell. You may have mistaken the word pipe for the method of using it which is indicated by the vertical bar '|' character, as in:

command1 | command2

the line above takes the standard output of the first program (command1) and sends it to the second program (command2). often the transferred information is held only in memory. so the overall transfer can be faster than writing temporary files.

Angie wrote:
>
> is that a unix or oracle command. if unix, what platform because it is not a
> normal command that i am familiar with.
> --
> angie_at_genome.clemson.edu

-- 
Ed Prochak
Magic Interface, Ltd.
440-498-3702
Received on Sat Jul 03 1999 - 06:57:37 CEST

Original text of this message