Search Results

Search: Posts Made By: seanmonaco
2,112
Posted By seanmonaco
Problem deleting space after area code
awk '
/^ *$/{gsub("[-]","",l);gsub(" *[|] *","|",l);sub("^[|]*","",l);print l; l="";}
/, *.. [0-9][0-9]*$/ {sub(",","|"); $NF="|"$NF}
{l=l $0 "|";}
' infile


This works perfectly, except that...
2,112
Posted By seanmonaco
Thank you both so much!
Thank you both so much!
2,112
Posted By seanmonaco
Problem using gsub in gawk
I know that most of you guys probably won't reply to this, because you'll feel like my post doesn't even deserve a glance. However, for those of you that do decide to help- thank you!

TRAILS TA...
Showing results 1 to 3 of 3

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