![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to sort, and count unique data all at once? | amatuer_lee_3 | Shell Programming and Scripting | 13 | 05-15-2008 07:48 AM |
| Using sort with awk script | Trellot | Shell Programming and Scripting | 9 | 12-13-2007 11:27 PM |
| sort script/command | Chadbot | UNIX for Dummies Questions & Answers | 6 | 11-20-2005 06:43 AM |
| sort utility in script ? | maheshsri | Shell Programming and Scripting | 2 | 11-08-2005 07:13 AM |
| sort data | bjorb | Shell Programming and Scripting | 11 | 09-15-2005 02:22 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
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 02:49 AM. |
|||
| Google The UNIX and Linux Forums |