The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Handling of the various XML syntax scenario
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Handling of the various XML syntax scenario
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-17-2007
Shell_Life
Registered User
Join Date: Mar 2007
Location: Bahia, Brazil
Posts: 695
Viki,
See if this works for you:
Code:
sed
-e 's/<...>//' -e 's/<....>//' -e '/^$/d' input_file
Shell_Life
View Public Profile
Find all posts by Shell_Life