<?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 Uniq command case sensitive in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857911#M95362</link>
    <description>is there a way on HPUX11.00 to make the "uniq" command non case sensitive ?&lt;BR /&gt;i need to report repeated lines without taking care of case</description>
    <pubDate>Wed, 04 Dec 2002 20:50:10 GMT</pubDate>
    <dc:creator>Gayet_1</dc:creator>
    <dc:date>2002-12-04T20:50:10Z</dc:date>
    <item>
      <title>Uniq command case sensitive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857911#M95362</link>
      <description>is there a way on HPUX11.00 to make the "uniq" command non case sensitive ?&lt;BR /&gt;i need to report repeated lines without taking care of case</description>
      <pubDate>Wed, 04 Dec 2002 20:50:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857911#M95362</guid>
      <dc:creator>Gayet_1</dc:creator>
      <dc:date>2002-12-04T20:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Uniq command case sensitive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857912#M95363</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Try the following.&lt;BR /&gt;&lt;BR /&gt;tr "[:upper:]" "[:lower:]" &amp;lt; your_file| sort |uniq -d&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 04 Dec 2002 20:55:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857912#M95363</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-12-04T20:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Uniq command case sensitive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857913#M95364</link>
      <description>Hi Gayet,&lt;BR /&gt;&lt;BR /&gt;You can translate the file to either all upper or all lower with tr as follows:&lt;BR /&gt;&lt;BR /&gt;tr "[:upper:]" "[:lower:]" &lt;FILE1&gt;file2&lt;BR /&gt;&lt;BR /&gt;(Reverse upper/lower order for the other converion)&lt;BR /&gt;&lt;BR /&gt;Then run uniq against file2&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;/FILE1&gt;</description>
      <pubDate>Wed, 04 Dec 2002 20:59:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857913#M95364</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-12-04T20:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Uniq command case sensitive</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857914#M95365</link>
      <description>Thx it works !!!</description>
      <pubDate>Wed, 04 Dec 2002 21:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/uniq-command-case-sensitive/m-p/2857914#M95365</guid>
      <dc:creator>Gayet_1</dc:creator>
      <dc:date>2002-12-04T21:08:35Z</dc:date>
    </item>
  </channel>
</rss>

