Search Results

Search: Posts Made By: PRS
3,100
Posted By PRS
I think there is a syntax error. $>awk -F"|"...
I think there is a syntax error.

$>awk -F"|" 'NR==FNR{a[$0];next} ($1 in a) {print $0} ' Entity Reference
awk: syntax error near line 1
awk: bailing out near line 1


I have tired removing...
3,100
Posted By PRS
I tried this but the code doesn't produce the...
I tried this but the code doesn't produce the desired results. It comes out with 230 rows only. But I know there are already more than 20000 rows. Please help.

---------- Post updated at 05:41 PM...
3,100
Posted By PRS
compare two files based on common field in unix
I have two files in UNIX.
1st file is Entity and Second File is References. 1st File has only one column named Entity ID and 2nd file has two columns Entity ID | Person ID.
I want to produce a...
Showing results 1 to 3 of 3

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