![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| removing spaces | sahithi_khushi | Shell Programming and Scripting | 2 | 11-03-2006 11:20 AM |
| Removing spaces at particular position | superprogrammer | Shell Programming and Scripting | 7 | 07-10-2006 05:29 AM |
| removing spaces from variables? | yongho | UNIX for Dummies Questions & Answers | 2 | 06-10-2005 04:03 PM |
| removing spaces in a file | tioray | Shell Programming and Scripting | 3 | 11-19-2001 05:44 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Removing spaces between records
Hi I have an XML file. Which has spaces between different records....
current file( Has many lines, like this... I want to delete all the spaces between > and <, if there are only spaces between them) input file <xyzr> <abc>1234</xyzr> <aaa> <bbb> ayz mnz</bbb> <sen>KEA EP</sen> <LAN>aa</LAN> My output should look like (in a single line) <xyzr><abc>1234</xyzr><aaa><bbb> ayz mnz</bbb><sen>KEA EP </sen> <LAN>aa</LAN> Can some one help me out, how I can achieve this.... |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|