Michael Lynch has written on 7/17/2014 8:30 AM:
> how about using awk to print the last column, using number of columns
> variable $NF:
>
> |awk '{print $NF}' file|
Great idea! In Windows, I used
gawk "{print $NF}" file
Thanks.
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
