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.
Thanks for your wishes da
Name: lnkrishnan Date: October 25, 2004 at 05:17:15 Pacific OS: All Un*x CPU/Ram: - N/A -
Comment:
Hi All,
I have an xml file as follows (I have prefixed line numbers for easy understanding): 01 <Property 1> 02 <Property 2> 03 Hello World! 04 Hello World! 05 09 Hello World! 10 Hello World! 11 </Property 2> 12 </Property 1>
This needs to be done in such a way that the indentation in the source/target files is maintained. And the script should run/act in the same way in ksh/bash shells on HPUX, AIX, OSF and SunOS.
The size of the source file is unknown, so restrictions like the one that awk has on AIX systems should not be present.
Summary: Hi there I have a file which I wish to sort the rows in and then remove lines that are a subset of other lines. For example, in the text file containing the following text 1 5 7 9 10 12 7...
Summary: I need it to work for field 3- not word 3 the word could be anywhere in field 3 - field1, field 2, field4 etc.. should not be affected by it. for example: sss sss s|sssss|ssss (Country)|sss sss xxxx ...