[linux-l] Re: Wie string abgreifen von: echo "string"|program;

Rocco Rutte pdmef at cs.tu-berlin.de
Mo Nov 7 15:26:36 CET 2005


Hi,

* Thomas Feldhaus [05-11-05 22:45:05 +0100] wrote:

> echo "string"|program; 
>Wie kann ich "string" in einem Bash-, C- oder Perlprogramm in eine Variable lesen?

$ echo "string" | cat - | tee /tmp/string ; cat /tmp/string
string
string

   bye, Rocco
-- 
:wq!



Mehr Informationen über die Mailingliste linux-l