Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Help with String Manipulation !
Name: gauravsachan Date: May 18, 2007 at 05:45:52 Pacific OS: Sun 5.9 CPU/Ram: Intel Product: SPARC
Comment:
Hi All, I want to achive the following in many of my XML files Before: <Orig Dest ID>D A T A</Orig Dest ID> After <OrigDestID>D A T A</OrigDestID> ie: only the spaces in the tags are removed and not the Value/Data between the tags!!!
Summary: I need to do some string manipulation to ensure the final way I put together a feed file trailer isn't done with clumsy coding. Anyone out there who knows Unix string manipulation well, please read on...
Summary: Hi, Could anyone help me out with this. I have a file with strings like: ROGER_KAUF TOM_KREBS and so on.. I need to change these strings to Roger_Kauf Tom_Krebs and so on.. I want to find the fast...
Summary: I need a little help with a ksh script. I have this string as a parameter: /dir1/dir2/filename.txt I need to get only the filename from the string (without .txt). The path is fixed. Somebody has an i...