Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. zubnus

    how to change a string in multiple files

    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.
  2. zubnus

    How to change a string in mutilple files

    can you please tell me the command to do this . Thanks in Advance.
  3. zubnus

    How to change a string in mutilple files

    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 ??
  4. zubnus

    How to fromat the following file in UNIX

    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...
  5. zubnus

    How to format following file using awk

    Thanks vgersh99 for your help, this is working fine now.
  6. zubnus

    How to format following file using awk

    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...
  7. zubnus

    How to format following file using awk

    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...
  8. zubnus

    How to fromat the following file in UNIX

    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...

Part and Inventory Search

Back
Top