View Single Post

  #2 (permalink)  
Old 04-16-2008, 11:46 AM
agn agn is offline
Member
User
 
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power: 1
agn is on a distinguished road
Default

Code:
$ awk '/^25/ { ORS=" "; print $NF }' buf
226962.6 3391522. 1937.401
Is this what you want ?
Reply With Quote