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.
sed substitute '<' in XML text
Name: enoux Date: July 2, 2003 at 10:43:36 Pacific OS: HP-UX11 CPU/Ram: N/A
Comment:
I'd like to substitute all 'foo bar in an efficient way using sed. (I would in fact pre-process well-formedness errors in a file before XML parsing). Note : the files that I'm processing weight 700Mb !
Summary: Looks like the HTML on this board has swallowed the less-than signs. Try: ftp ftp.pwp.blueyonder.co.uk <<-ENDFTP ascii get index.html bye ENDFTP (You can post < in place of the less-than symbol...
Summary: Hi, I am a unix newbie. I am trying the following to search for a number of words in a text file (@unix command prompt), but the entire file contents are displayed. Can anyone tell me where I am makin...
Summary: hi i would like to insert a delimiter in a text at specified location. for example : initial text : thisisanexample desired output: this|is|an|example could any one help me ... thanx ...