<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: format text in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837373#M66609</link>
    <description>Use:&lt;BR /&gt;&lt;BR /&gt;cat file | grep -v ^$&lt;BR /&gt;&lt;BR /&gt;command | grep -v ^$&lt;BR /&gt;&lt;BR /&gt;The grep command in this case display all lines that ARE NOT blank lines. (^$) means the start of the line and the end of the line, that is, the start and end are together, with no info between.</description>
    <pubDate>Fri, 04 Aug 2006 09:30:25 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-08-04T09:30:25Z</dc:date>
    <item>
      <title>format text</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837372#M66608</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;how can i format the text below whithout blank lines???&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol7&lt;BR /&gt;/dev/vg00/lv52&lt;BR /&gt;/dev/vg00/lvol4&lt;BR /&gt;/dev/vg00/lvol5&lt;BR /&gt;/dev/vgwsx/lvol1&lt;BR /&gt;/dev/vg00/lvol6&lt;BR /&gt;/dev/vg00/lvoltib&lt;BR /&gt;/dev/vg00/lvol9&lt;BR /&gt;/dev/vgws_mpbe/lvol1&lt;BR /&gt;&lt;BR /&gt;/dev/vgws_mpbe/lvol2&lt;BR /&gt;&lt;BR /&gt;/dev/vgws_mpbe/lvol3&lt;BR /&gt;&lt;BR /&gt;/dev/vgws_mpbe/lvol4&lt;BR /&gt;&lt;BR /&gt;/dev/vgws_mpbe/lvol5&lt;BR /&gt;&lt;BR /&gt;/dev/vgws_mpbe/lvol6&lt;BR /&gt;&lt;BR /&gt;/dev/vgws_mpbe/lvolWS&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards .. I appreciated some help :)</description>
      <pubDate>Fri, 04 Aug 2006 09:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837372#M66608</guid>
      <dc:creator>nightwish</dc:creator>
      <dc:date>2006-08-04T09:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: format text</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837373#M66609</link>
      <description>Use:&lt;BR /&gt;&lt;BR /&gt;cat file | grep -v ^$&lt;BR /&gt;&lt;BR /&gt;command | grep -v ^$&lt;BR /&gt;&lt;BR /&gt;The grep command in this case display all lines that ARE NOT blank lines. (^$) means the start of the line and the end of the line, that is, the start and end are together, with no info between.</description>
      <pubDate>Fri, 04 Aug 2006 09:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837373#M66609</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-08-04T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: format text</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837374#M66610</link>
      <description>Thanks ...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Just the best..</description>
      <pubDate>Fri, 04 Aug 2006 09:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837374#M66610</guid>
      <dc:creator>nightwish</dc:creator>
      <dc:date>2006-08-04T09:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: format text</title>
      <link>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837375#M66611</link>
      <description>&lt;!--!*#--&gt;Another option is sed, as in:&lt;BR /&gt;sed '/^$/d' &amp;lt; myfile&lt;BR /&gt;or&lt;BR /&gt;{command} | sed '/^$/d'</description>
      <pubDate>Mon, 07 Aug 2006 14:25:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/format-text/m-p/3837375#M66611</guid>
      <dc:creator>Jared Middleton</dc:creator>
      <dc:date>2006-08-07T14:25:09Z</dc:date>
    </item>
  </channel>
</rss>

