Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Scifi9547
  • Content: Threads
  • Order by date
  1. Scifi9547

    Find the minimum value in a column of an array

    Hi I have a file with data like this. -1 2 ereu 1 2 rerer 2 2 rere 3 2 eee 3 2 wwwe 9 2 qqewew 9 2 vvvgf -1 2 wwwew 4 3 wwew -9 3 wwss 6 3 jjuu 7 3 kkii 7 3 ggtyu 8 3 ffder 1 4 rrtrr 1 4 rree If the values in 2nd column are same, calculate the minimum value in the first column and print...
  2. Scifi9547

    Challenging Awk Array problem

    Hi, I rather have a very complicated awk problem here, at least to me. I have two files. File 1: 607 687 174 0 0 chr1 3000001 3000156 -194195276 - L1_Mur2 LINE L1 -4310 1567 1413 1 607 917 214 114 45 chr1 3000237 3000733 -194194699 - L1_Mur2 LINE L1 -4488 1389 913 1 607 215 31 0 30 chr1...
  3. Scifi9547

    Filtering the lines by field similarity

    Hi folks. I have data something like this: 25,AGH,0.2 25,GHT,0.5 25,jsw,1.7 34,TUY,3.0 37,KJU,1.2 37,KJT,1.2 The logic I want to input here is that IF field 1 of lines are same, then isolate the line with the least field 3 value in to a new file. For example - lines 1,2,3 have same field 1...

Part and Inventory Search

Back
Top