Search Results

Search: Posts Made By: MadeInGermany
2,029
Posted By MadeInGermany
The following solution reads the input file once,...
The following solution reads the input file once, storing all in memory, and prints in the END section.
awk -F, '
(FNR==1) {
# header line
for (i=1; i<=NF; i++) {
if (!($i in H)) {
...
Showing results 1 to 1 of 1

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