![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
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 |
| Sort complicated two fields | lalelle | Shell Programming and Scripting | 3 | 04-17-2008 06:15 PM |
| combining fields in two text fields | shocker | Shell Programming and Scripting | 3 | 01-16-2008 11:27 AM |
| Need a Help with sort a text file with some fields | alexcol | Shell Programming and Scripting | 3 | 02-19-2007 03:13 AM |
| sort sum fields | tullo | Shell Programming and Scripting | 6 | 11-21-2003 10:43 AM |
| sort fields | edog | Shell Programming and Scripting | 2 | 04-15-2002 05:08 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
sort on fields
Hi I have following fixed width file and I have to sort on 2 fields
ABC 111222333002555 77788 ABC 111222333004555 77788 ABC 111222333001555 77788 ABC 111222333003555 77788 ABC 111222333005555 77788 one is from field1 to field 3 "ABC" and another is on 14 to 16 "002" (based on first record....how can I do this..? so the out put should be... ABC 111222333001555 77788 ABC 111222333002555 77788 ABC 111222333003555 77788 ABC 111222333004555 77788 ABC 111222333005555 77788 Thanks, Girinath. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|