Il giorno lun, 14/02/2011 alle 14.49 +0100, Gilles Dartiguelongue ha
scritto:
> Arches can then do cat gnome.list |egrep "myarch" | cut -f1 -d' ' and
> they only get the set they should work on. 

awk '/myarch/ { print $1 }' gnome.list

Just sayin' ;)

-- 
Diego Elio Pettenò — Flameeyes
http://blog.flameeyes.eu/


Reply via email to