Search Results

Search: Posts Made By: Chubler_XL
1,475
Posted By Chubler_XL
Try this: awk -F'\t' ' FNR==1 { ...
Try this:

awk -F'\t' '
FNR==1 {
if(++file==2) {
OFS=FS=" "
print $0,heading
} else {
qt="\""
heading = qt $2 qt " " qt $3 qt " " qt $4 qt
}
next
}...
Showing results 1 to 1 of 1

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