The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
need help in sort ali560045 Shell Programming and Scripting 2 12-04-2007 07:38 AM
sort help unics Shell Programming and Scripting 14 04-30-2007 08:28 AM
du -h | sort ? fongthai Shell Programming and Scripting 6 11-02-2006 08:59 PM
How do i sort? abhijeetkul Shell Programming and Scripting 1 12-22-2005 03:49 AM
2nd sort key whatisthis UNIX for Dummies Questions & Answers 1 10-20-2004 11:46 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rating: Thread Rating: 2 votes, 4.50 average. Display Modes
  #1 (permalink)  
Old 10-08-2007
prasathlogu prasathlogu is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 1
Question sort

Hi,
My file looks like as mentioned below:

2XYZ987654 Life Assurance
2BDS565656 Personal Pension
2ABC123456 Prudence Bond
2BDS565656 Distribution Bond
2BDS565656 Managed Bond
2ABC123456 FSAVC
1ABC123456 Mr John
1XYZ987654 Mrs Jane
1BDS565656 Miss Gail

Could you pls tell me, how to sort this file to get the output as mentioned below:
1ABC123456 Mr John
2ABC123456 FSAVC
2ABC123456 Prudence Bond
1BDS565656 Miss Gail
2BDS565656 Distribution Bond
2BDS565656 Managed Bond
2BDS565656 Personal Pension
1XYZ987654 Mrs Jane
2XYZ987654 Life Assurance

that means sorting based upon 2nd to 10th characters(assume it is one field) and then sorting based upon first character/number. This 2nd to 10 th characters is one filed and there is no delimiter between 1st and 2nd character.

Pls help me to sort out my file as per requirement ASAP. Thanks in advance.
Regards,
Prasath
  #2 (permalink)  
Old 10-08-2007
zazzybob's Avatar
zazzybob zazzybob is offline Forum Advisor  
Registered Geek
  
 

Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Code:
$ sort -k1.2,1.10 -k1.1,1.1 -k2,2 ins.txt
1ABC123456 Mr John
2ABC123456 FSAVC
2ABC123456 Prudence Bond
1BDS565656 Miss Gail
2BDS565656 Distribution Bond
2BDS565656 Managed Bond
2BDS565656 Personal Pension
1XYZ987654 Mrs Jane
2XYZ987654 Life Assurance
Cheers,
ZB
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:09 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0