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

  • Users: roneo
  • Order by date
  1. roneo

    Search and Replace

    wow ! thanks man.. i hope you didnt just write all of that yourself... appreciate your help. I will test it out. laters
  2. roneo

    Search And Replace

    That will probably work, thanks. It actually should scan and edit xml files in a specified directory, then copy them into another dir preserving all the subderictory structure...something like this, but only it should work lol sed -e "s/\s+|^&//g" c:\XMLCleanup\*.xml >...
  3. 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
  4. 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