![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Figure out complex sort | w020637 | Shell Programming and Scripting | 7 | 02-05-2009 03:13 PM |
| sort data in different columns | mogabr | Shell Programming and Scripting | 15 | 08-04-2008 07:07 AM |
| Manage Complex XML Data in Oracle XML DB 11g | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| Script to sort data | wizardy_maximus | Shell Programming and Scripting | 1 | 11-21-2007 04:30 AM |
| sort data | bjorb | Shell Programming and Scripting | 11 | 09-15-2005 06:22 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Sort complex data
Hi,
Can someone here help sorting the following data in numeric order? INPUT: FIRST abc(3) def(13) fgh(1) ijk(6) abc(2) SECOND dfe(10) abc(4) hij(19) tlm(1) hij(1) hub(10) abc(1) fed(3) OTHERS hij(10) mok(4) bub(19) hij(1) abc(2) abc(15) abc(1) hij(3) OUTPUT: FIRST def(13) ijk(6) abc(3) abc(2) fgh(1) SECOND hij(19) dfe(10) hub(10) abc(4) fed(3) abc(1) hij(1) tlm(1) OTHERS bub(19) abc(15) hij(10) mok(4) hij(3) abc(2) abc(1) hij(1) Thanks in advance for your help!!! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|