Search Results

Search: Posts Made By: yassinegoth
1,032
Posted By yassinegoth
thanks a loooooooot ---------- Post updated...
thanks a loooooooot

---------- Post updated at 12:32 AM ---------- Previous update was at 12:09 AM ----------

thanks ygor

last thing
if I want to store the first ans second column in a...
1,032
Posted By yassinegoth
Sorting row in a giving file
hi I would like to sort rows in a givin file except the first colomn (or first element of a row) just like the following example


file input :

1 3 8 5
2 2 8 1
3 9 8 10




file...
1,610
Posted By yassinegoth
hi maya_style it's exactly what I want to do...
hi maya_style

it's exactly what I want to do ! except one detail

If i want to redirect the result to a file I will do like that

awk '{ if( $2 >= $3){ print $1, $2 }; if ( $3> $2){ print $1,...
1,610
Posted By yassinegoth
What i want to do is to compute a max number...
What i want to do is to compute a max number within element sharing the same index and to put that max in file 1 and 2 second max in file2 etc

in other way sorting the elements having the same...
1,610
Posted By yassinegoth
sorry I guess there is misunderstanding here, I...
sorry I guess there is misunderstanding here, I want to take the maximun value in the first field (first column) indexed whith the second colomn. file1 must have those max values. here is another...
1,610
Posted By yassinegoth
compare fields in different files
HI

I'm having some troubles to compare and permut diffrent fields indexed with another filed like the following example `:


file1

1 1
2 2
3 3


file2

7 1
9 2
10 3

...
1,171
Posted By yassinegoth
what if we want to genralise this script for N...
what if we want to genralise this script for N files?

thks
1,171
Posted By yassinegoth
comparing ans compute mean two fields in different files
HI

I'm gaving trouble to do that script in awk. I would like to compute the mean of two colomns from two diffent files just like that

file 1

4 1
5 2
6 3




file 2

1 1
2 2
3 3
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 11:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy