Search Results

Search: Posts Made By: sramirez
37,451
Posted By sramirez
[Solved] sort on multiple columns
Howdy!

Need to sort a large .txt file containing the following, using sort. First based on the 1st column, and then on the 2nd column:

Group01.01 1000500 31 0.913 -1.522974494...
6,935
Posted By sramirez
Thanks for the AWK solution. Will test it. ...
Thanks for the AWK solution. Will test it.

Yes, I mistakenly deleted a third column from the master file, but the code still not working properly....

Cheers
Santiago

---------- Post...
6,935
Posted By sramirez
Thanks for the AWK solution. Will test it. ...
Thanks for the AWK solution. Will test it.

Yes, I mistakenly deleted a third column from the master file, but the code still not working properly....

Cheers
Santiago
6,935
Posted By sramirez
how to match fields from different files in PERL
Howdy!

I have multiple files with tab-separated data:

File1_filtered.txt

gnl|Amel_4.0|Group3.29 1 G R 42 42 60 15 ,.AAA.aa,aa.A.. hh00/f//hD/h/hh...
11,685
Posted By sramirez
it worked vgersh99! I just used awk.
it worked vgersh99! I just used awk.
11,685
Posted By sramirez
For my real dataset, I have something like 80...
For my real dataset, I have something like 80 values in column 1 and 300 values for column 2. Thanks.
11,685
Posted By sramirez
two-column data to matrix in AWK
Howdy,

I need to convert an association data matrix, currently in a two-column format, into a matrix with numbers indicating the number of associations. I've been looking around for AWK code in...
1,592
Posted By sramirez
Thanks!! It works great!!!! New to AWK, so...
Thanks!! It works great!!!!

New to AWK, so will be studying your code and "man AWK". It is really great that I can specify the difference between values to anything. Now, with your current code,...
1,592
Posted By sramirez
arranging columns with AWK
Hi there!

Can this be done with AWK? Several text files (file1, file2, etc) with different number of lines. Need to append each file to a Reference File (ReFile), and match each line of file1,...
Showing results 1 to 9 of 9

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