<?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: uppercase in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990911#M4981</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;tr is the right command, but I just wanter to add that using classes is somtime more efficient :&lt;BR /&gt;&lt;BR /&gt;echo $VAR | tr '[:lower:]' '[:upper:]'&lt;BR /&gt;&lt;BR /&gt;There a a lot of classes ...&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
    <pubDate>Fri, 06 Jun 2003 12:37:29 GMT</pubDate>
    <dc:creator>Jean-Louis Phelix</dc:creator>
    <dc:date>2003-06-06T12:37:29Z</dc:date>
    <item>
      <title>uppercase</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990908#M4978</link>
      <description>One more syntax question:&lt;BR /&gt;I need to switch a text to uppercase in bash script.&lt;BR /&gt;&lt;BR /&gt;VARIABLE='abcd'&lt;BR /&gt;&lt;BR /&gt;I need to work with 'ABCD'&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Andrej</description>
      <pubDate>Fri, 06 Jun 2003 11:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990908#M4978</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2003-06-06T11:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990909#M4979</link>
      <description>Hi, Andrej&lt;BR /&gt;&lt;BR /&gt;VARIABLE=`echo $VARIABLE | tr [a-z] [A-Z]`&lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;BR /&gt;Frank.</description>
      <pubDate>Fri, 06 Jun 2003 11:14:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990909#M4979</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-06-06T11:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990910#M4980</link>
      <description>Hi, Andrej, &lt;BR /&gt;Be careful with the quotation, copy and paste because they aren't normal quotes. This quotes doing an execution and the result  is returned to the shell.</description>
      <pubDate>Fri, 06 Jun 2003 11:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990910#M4980</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2003-06-06T11:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990911#M4981</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;tr is the right command, but I just wanter to add that using classes is somtime more efficient :&lt;BR /&gt;&lt;BR /&gt;echo $VAR | tr '[:lower:]' '[:upper:]'&lt;BR /&gt;&lt;BR /&gt;There a a lot of classes ...&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Fri, 06 Jun 2003 12:37:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990911#M4981</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-06-06T12:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: uppercase</title>
      <link>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990912#M4982</link>
      <description>I had to do this except go to lowercase... but below is what you want&lt;BR /&gt;&lt;BR /&gt;variable=$(cat file | awk '{print toupper($1)}')&lt;BR /&gt;echo $variable</description>
      <pubDate>Fri, 06 Jun 2003 15:59:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/uppercase/m-p/2990912#M4982</guid>
      <dc:creator>John Meissner</dc:creator>
      <dc:date>2003-06-06T15:59:55Z</dc:date>
    </item>
  </channel>
</rss>

