Search Results

Search: Posts Made By: refrain
12,457
Posted By refrain
Hi, Don Cragun Thanks for your help. I have...
Hi, Don Cragun

Thanks for your help. I have tried to run your code and it works successfully! Thank you so much!:D

Regards,
Intan
12,457
Posted By refrain
I have tried the code and edited some part, like...
I have tried the code and edited some part, like this:
#! /bin/bash

awk -F, 'BEGIN {OFS=","} FNR==NR && FNR>0 {f1[$NF]=$1;next} {idx=($1 " " $2);gsub("/", ":",idx);if (idx in f1);print...
12,457
Posted By refrain
Hi, RudiC Would you mind to explain it to me? ...
Hi, RudiC
Would you mind to explain it to me?

Intan
12,457
Posted By refrain
Hi, vgersh99 Thanks for your help! I have tried...
Hi, vgersh99
Thanks for your help! I have tried to run your code and i think it works. But, i don't know where the output is saved to. I just can't find new csv file of the output. Would you mind...
12,457
Posted By refrain
Compare 2 files of csv file and match column data and create a new csv file of them
Hi, I am newbie in shell script.
I need your help to solve my problem.
Firstly, I have 2 files of csv and i want to compare of the contents then the output will be written in a new csv file.
...
Showing results 1 to 5 of 5

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