Search Results

Search: Posts Made By: unkleruckus
3,021
Posted By unkleruckus
Hey guys thanks for the help with this, I...
Hey guys

thanks for the help with this, I was able to accomplish my goal by doing the following:

sort -t "," file1.csv > temp1.csv
sort -t "," -k 2 file2.csv > temp2.csv
join -t\, -1 1 -2 2...
3,021
Posted By unkleruckus
That is very helpful, thank you! Can you...
That is very helpful, thank you!

Can you help me understand what is being matched up with that line of code, though? For example if I wanted file2 to be matched with column 2 instead, but only...
3,021
Posted By unkleruckus
Yes I did. I am read through several threads and...
Yes I did. I am read through several threads and am currently trying this:

join -t\, file1 file2

which works, but it only prints out 5 lines for some reason, even though the first column for...
3,021
Posted By unkleruckus
Join two files with matching columns
Hi,

I need to join two files together with one common value in a column. I think I can use awk or join or a combination but I can't quite get it.

Basically my data looks like this, with the...
Showing results 1 to 4 of 4

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