![]() |
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 |
| how to sort, and count unique data all at once? | amatuer_lee_3 | Shell Programming and Scripting | 16 | 04-14-2009 10:22 PM |
| Using sort with awk script | Trellot | Shell Programming and Scripting | 9 | 12-14-2007 02:27 AM |
| sort script/command | Chadbot | UNIX for Dummies Questions & Answers | 6 | 11-20-2005 09:43 AM |
| sort utility in script ? | maheshsri | Shell Programming and Scripting | 2 | 11-08-2005 10:13 AM |
| sort data | bjorb | Shell Programming and Scripting | 11 | 09-15-2005 05:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi All,
I have a .csv file with 3 columns called nLats, nLongs, and fRes. in following format : "nLats","nLongs","fRes" 0,0,-1 0,1,-1 0,2,-1 0,3,-1 0,4,-1 ......... ......... 0,143,-1 nLats increments at nLongs=143 1,0, -1 1,1, -1 .......... .......... 1,143,-1 2,0,-1 2,1,-1 ......... ......... 2,143,-1 Goes till nLats = 71. I wish to sort fRes value in nLats*nLons Array, ie an array of 72*144. (nLats 1st) -1 -1 -1 -1 -1......................-1 ............................................. ............................................. ............................................. (nLats 72nd)-1 -1 -1 -1 -1.....................-1 the max value of nLats=71 starting from 0, ie 72 rows the max value of nLongs=143 starting from 0, ie 144 columns. How shall I proceed??? Thanks all, wiz_max |
|
||||
|
Hi all ...
wonder if ma post is not meaningful, please help me out here... Gosh!! I really need some help here...pls pls thnks Last edited by wizardy_maximus; 11-22-2007 at 05:49 AM.. |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|