[linux] Re: shellvraagje...

Paul Slootman paul+nospam op wurtel.net
Wo Dec 21 11:14:01 CET 2005


On Wed 21 Dec 2005, Hans Paijmans wrote:
> >>
> >>Sectest> grep 200 typenlijst_glas | read vorm type ; echo $type
> > 
> > Probeert u eens: 
> > 	grep 200 typenlijst_glas | ( read vorm type ; echo $type )
> 
> Nog eeen vraagje: hoe krijg ik $vorm en $type herkend buiten
> de haakjes?

Ik zou het zo doen....

set -- `grep 200 typenlijst_glas`
vorm=$1
type=$2


Paul Slootman



More information about the Linux mailing list