Search Results

Search: Posts Made By: MadeInGermany
5,306
Posted By MadeInGermany
Thanks for the note. A typo. I have corrected my...
Thanks for the note. A typo. I have corrected my post.
5,306
Posted By MadeInGermany
Here is an awk code that works with your sample...
Here is an awk code that works with your sample file:
awk 'BEGIN {FS=OFS="|"; Q="\""} {print Q (NR==1 ? "ID" : ++n) Q, $0}' fileAnd this one modifies column #3:
awk 'BEGIN {FS=OFS="|"; Q="\""}...
Showing results 1 to 2 of 2

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