KathyJones
Programmer
Hi,
I have a text file like
ID name abc member? score present?
10034 abc yes 876 yes
10035 xyz yes 373 No
10036 mno 372 yes
How can I replace the "yes"s under the abc member field to "abc"? Should I use awk and sed together?? If so how??
Please help.
K.
I have a text file like
ID name abc member? score present?
10034 abc yes 876 yes
10035 xyz yes 373 No
10036 mno 372 yes
How can I replace the "yes"s under the abc member field to "abc"? Should I use awk and sed together?? If so how??
Please help.
K.