Mauricio Vergara Ereche escribio: > On Wed, Aug 10, 2005 at 11:30:57AM -0700, augusto ingunza wrote: > > lineas=`wc -l prubackup.ascii | awk -F' ' '{ print $1 }'` > > Yo hice esto: > lineas=$(wc -l .bash_profile|cut -d ' ' -f1) Mejor aun: lineas=$(wc -l < .bash_profile) > (awk me huele a tramposo) ??? Saludos! -- Roberto Bonvallet