The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM


Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here.

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Sorting a file mtechnocrat UNIX for Dummies Questions & Answers 11 06-28-2007 04:28 AM
file sorting phani_sree Shell Programming and Scripting 5 02-04-2007 11:39 PM
need help with sorting a file pieman8080 Shell Programming and Scripting 5 11-21-2006 10:50 AM
Sorting a file Khoomfire Shell Programming and Scripting 2 12-13-2005 04:48 AM
Help sorting file. gio123bg Shell Programming and Scripting 3 12-10-2003 07:15 AM

Reply
 
Submit Tools LinkBack Thread Tools Search this Thread Display Modes
  #1  
Old 01-06-2008
Registered User
 

Join Date: Dec 2007
Posts: 24
Sorting file

I have the file as follow:

A: 60
B: 80
C: 40
D: 11
E: 100

I want to sort the file and get the output to file as follow:

E: 100
B: 80
A: 60
C: 40
D: 11

Could any one help me please?
Reply With Quote
Forum Sponsor
  #2  
Old 01-06-2008
Registered User
 

Join Date: Sep 2006
Posts: 1,580
Code:
# sort -nr -k2 -t":" file
check out the man page for what it does
Reply With Quote
Google The UNIX and Linux Forums
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes




All times are GMT -7. The time now is 07:21 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited.
The UNIX and Linux Forums Content Copyright ©1993-2008. All Rights Reserved.Ad Management by RedTyger Visit The Complex Event Processing Blog

Content Relevant URLs by vBSEO 3.2.0