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 Rhinorhino 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: *

  • Users: roneo
  • Content: Threads
  • Order by date
  1. roneo

    Search And Replace

    I am trying to write a Unix Shell Script command that would clean up the XML files by eliminating spaces between the nodes...example: <PERSON> <NAME>James</NAME> </PERSON> the command has to make: <PERSON><NAME>James</NAME></PERSON> anyone has clues ??? Thanks
  2. roneo

    Search and Replace

    I am trying to write a Unix Shell Script command that would clean up the XML files by eliminating spaces between the nodes...example: <PERSON> <NAME>James</NAME> </PERSON> the command has to make: <PERSON><NAME>James</NAME></PERSON> anyone has clues ??? Thanks

Part and Inventory Search

Back
Top