[PLUTO-help] Re: awk

Andrea Bencini andrea.bencini a tin.it
Ven 1 Dic 2006 15:12:59 CET


Ho trovato (mi hannodato) queste soluzioni che funzionano
ACC_INFO=`awk /$RIC/' { print $3 }' /etc/passwd`
ACC_INFO=`awk '/'$RIC'/ { print $3 }' /etc/passwd`              
ACC_INFO=$(awk "/$RIC/ { print \$3 }" /etc/password)

Ciao
Grazie




More information about the pluto-help mailing list