Search Results

Search: Posts Made By: kadm
3,501
Posted By kadm
That works perfectly! Thanks so much :D
That works perfectly! Thanks so much :D
965
Posted By kadm
Trouble converting columns of integers to floating decimals
I have a document that has 7 columns.

eg.

$1 $2 $3 $4 $5 $6 $7
string string string string integer integer integer

The 6th and 7th columns are a mix of integers and floating decimals (with...
3,501
Posted By kadm
Changing integer columns to floating decimal columns
I have a document that has 7 columns.

eg.

$1 $2 $3 $4 $5 $6 $7
string string string string integer integer integer

The 6th and 7th columns are a mix of integers...
7,508
Posted By kadm
I'm getting the following error when I try the...
I'm getting the following error when I try the awk command suggested:

-bash-4.1$ awk 'NR==FNR {a[$1}++;next} $1 in a' missing.txt local.txt > missing_subset.txt

Error Code:
awk: NR==FNR...
7,508
Posted By kadm
Thanks so much.
Thanks so much.
7,508
Posted By kadm
I have a list of the unique identifiers I want to...
I have a list of the unique identifiers I want to extract.

Then I was hoping to just transpose the entire dataset for the output file. Something similar to copy/transpose in excel. I do have a...
7,508
Posted By kadm
How to subset data?
Hi. I have a large data file. the first column has unique identifiers. I have approximately 5 of these files and they have varying number of columns in their rows. I need to extract ~300 of the...
Showing results 1 to 7 of 7

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