The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Sorting the records in the Flat file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Sorting the records in the Flat file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
01-06-2009
frostmourn
Registered User
Join Date: Jan 2009
Posts: 8
Code:
head -1 file >tmp.txt&&
sed
'1d' file|sort -d -u -k1 >>tmp.txt
frostmourn
View Public Profile
Find all posts by frostmourn
Find frostmourn's past nominations received
Find frostmourn's present nominations given