Hi All,
I want to change a string say "old_fieldname" to "new_fieldname" in all the files where old_fieldname is present.
do I have to use find command ?? if yes, can anybody please tell me the command.
Thanks in Advance.
Hi All,
I want to change a string say "old_fieldname" to "new_fieldname" in all the files where old_fieldname is present.
do I have to use find command ??
Ygor,
Thanks for the awk script, it is working the only problem I have is that few lines in text file begins with address like following this is just an example.
12 Eastborough side
the awk script deletes all lines which begin with MONTHLY REPORT or any other Character, but it is unable to...
vgersh99,
Your program seems to work fine, but my MONTHLY REPORT line is like following
MONTHLY REPORT - FEBRUARY 2003 - ORDERS OF DOUBLE LAYER
I want to pick OD( for Order of Double Layer ) and nothing else. Right now it is picking F2-OODL.
also following line was not deleted from my file...
Hi Gurus,
I have a file with the FOLLOWING CONTENTS
here is a little snapshot of it. The actual file may contains more than 1000 lines. I have also put line numbers against each line. so lets say the following file (line 1-12) name is test.csv.
1.Report for states
2.Alabama
3.Michigan...
Hi Gurus,
I have a file with the FOLLOWING CONTENTS
here is a little snapshot of it. The actual file may contains more than 1000 lines. I have also put line numbers against each line. so lets say the following file (line 1-12) name is test.csv.
1.Report for states
2.Alabama
3.Michigan...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.