[linux] Re: shellvraagje...

Daniel von Asmuth asmuth op bakunin.xs4all.nl
Wo Dec 21 08:46:38 CET 2005


On Wed, Dec 21, 2005 at 08:34:22AM +0100, Hans Paijmans wrote:
> Mogge...

Het probleem moet door het onchristelijk uur zijn veroorzaakt.
 
> probleem met shell. Het volgende werkt:
> 
> Sectest> read vorm type ; echo $type
> bla bloeb
> bloeb
> 
> 
> En dit werkt ook:
> 
> Sectest> grep 200 typenlijst_glas
> kel     3       200.png
> 
> 
> Maar dit werkt niet???
> 
> Sectest> grep 200 typenlijst_glas | read vorm type ; echo $type

Probeert u eens: 
	grep 200 typenlijst_glas | ( read vorm type ; echo $type )

Een prettige dag nog,



Daniel




More information about the Linux mailing list