The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

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
sort certain patten ???not the whole file? nabmufti Shell Programming and Scripting 6 02-14-2008 10:54 AM
sort csv file mozart Shell Programming and Scripting 6 02-11-2008 03:49 AM
add columns from file to another and sort kamel.seg Shell Programming and Scripting 12 12-12-2007 02:39 PM
How to Sort a file for given situation? vishalpatel03 Shell Programming and Scripting 4 11-26-2007 10:53 AM
Sort and compare file sabercats Shell Programming and Scripting 3 03-27-2006 03:05 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 03-21-2002
tao tao is offline
Registered User
  
 

Join Date: Mar 2002
Posts: 3
how to sort a file

Hi,

i want to sort a file by column 2, 3, 10 and 4(in this order), can anybody help me? thanks a lot.
  #2 (permalink)  
Old 03-23-2002
thehoghunter
Guest
  
 

Posts: n/a
Bits: 0 [Banking]
Check out the sort command ( $ man sort ) - especially the sort key options. You can sort on position or on a character separator. Multiple keys are allowed but this would take some thinking to get the order correct.
  #3 (permalink)  
Old 03-24-2002
Jimbo
Guest
  
 

Posts: n/a
Bits: 0 [Banking]
When you say columns, I assume you mean columnized data separated by white space, instead of character positions. If so, this should work:
Code:
sort -k2b,2 -k3b,3 -k10b,10 -k4b,4 myfile
Sponsored Links
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 02:33 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
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