Search Results

Search: Posts Made By: zward
2,417
Posted By vgersh99
give file1 and file2 posted above, the code...
give file1 and file2 posted above, the code should be:

awk 'FNR==NR {f1[$1];next} $2 in f1' file1 FS='"' file2

The FieldSeparator (FS) for file2 is ". When file2 is processed ($2 in f1), given...
Showing results 1 to 1 of 1

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