Thread
:
Rearange Data from a file to another
View Single Post
#
2
(
permalink
)
04-16-2008, 11:46 AM
agn
Member
User
Join Date: Feb 2008
My distro: OpenBSD/FreeBSD/Debian/Fedora/RHEL
Posts: 69
Rep Power:
1
Code:
$ awk '/^25/ { ORS=" "; print $NF }' buf 226962.6 3391522. 1937.401
Is this what you want ?
agn
View Public Profile
Send a private message to agn
Find all posts by agn