Re: AW: [PHP] How to pipe a command output into another command

2001-02-23 Thread Martin Kong
Thanks! After upgrading to the latest PHP, it's working now. Sebastian Stadtlich wrote: > > this one uses pipe > > $command=`find $verzeichnis. -iname $DateiPattern |sort -f`; > $verzeichnisliste = explode ("\n",$command); > > sebastian > > -Ursprungliche Nachricht- > Von: Martin

AW: [PHP] How to pipe a command output into another command

2001-02-21 Thread Sebastian Stadtlich
this one uses pipe $command=`find $verzeichnis. -iname $DateiPattern |sort -f`; $verzeichnisliste = explode ("\n",$command); sebastian -Ursprungliche Nachricht- Von: Martin Kong [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 21. Februar 2001 15:45 An: [EMAIL PROTECTED] Betreff: [PHP