Re: regexp: hostnevek kivalogatasa tombbe?

2006-03-15 bef zés Lajber Zoltan
On Wed, 15 Mar 2006, Istvan a Rettenetes wrote:

> host="tasdb|spdb"
> tomb=(`grep -E $prefix$host[0-9]\{2\}|awk '{ print $2 }'`)

Eleg furcsa grep-et es awk egy sorban hasznalni, awk-ban a /minta/ {progi}
nem jo? Valtozot is tudsz passzolni neki (-v opcio)

Udv,
-=Lajbi=
 LAJBER Zoltan   Szent Istvan Egyetem,  Informatika Hivatal
  Experience is something you don't get until just after you need it
_
linux lista  -  linux@mlf.linux.rulez.org
http://mlf2.linux.rulez.org/mailman/listinfo/linux


Re: regexp: hostnevek kivalogatasa tombbe?

2006-03-15 bef zés Szládovics Péter

Istvan a Rettenetes írta:


prefix="opr"
host="tasdb|spdb"
tomb=(`grep -E $prefix$host[0-9]\{2\}|awk '{ print $2 }'`)


grep -e oprtasdb -e oprspdb
miért nem elég jó?
_
linux lista  -  linux@mlf.linux.rulez.org
http://mlf2.linux.rulez.org/mailman/listinfo/linux