<?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: Change lower case in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509562#M218048</link>
    <description>Pete,&lt;BR /&gt;I believe your [:upper] and [:lower] are the wrong way round ;-)&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 22 Mar 2005 10:47:30 GMT</pubDate>
    <dc:creator>Peter Godron</dc:creator>
    <dc:date>2005-03-22T10:47:30Z</dc:date>
    <item>
      <title>Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509557#M218043</link>
      <description>Is there a script or utility that allows me to change an ascii file from lower case to upper case?&lt;BR /&gt;&lt;BR /&gt;The entire file is lower case and I want it to be upper case.</description>
      <pubDate>Tue, 22 Mar 2005 10:20:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509557#M218043</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2005-03-22T10:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509558#M218044</link>
      <description>Robert,&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;cat file | tr 'a-z' 'A-Z'</description>
      <pubDate>Tue, 22 Mar 2005 10:22:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509558#M218044</guid>
      <dc:creator>Rajeev Tyagi</dc:creator>
      <dc:date>2005-03-22T10:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509559#M218045</link>
      <description>tr -s '[:upper:]' '[:lower:]'&lt;BR /&gt;&lt;BR /&gt;Do a man on tr.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 22 Mar 2005 10:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509559#M218045</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-03-22T10:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509560#M218046</link>
      <description>Robert,&lt;BR /&gt;  tr "[:lower:]" "[:upper:]" &lt;FILE1&gt;file2&lt;BR /&gt;Regards&lt;/FILE1&gt;</description>
      <pubDate>Tue, 22 Mar 2005 10:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509560#M218046</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-22T10:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509561#M218047</link>
      <description>Yet another different way of doing it:&lt;BR /&gt;&lt;BR /&gt;# awk '{print toupper($0)}' filename &amp;gt; filename.new&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 10:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509561#M218047</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-03-22T10:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509562#M218048</link>
      <description>Pete,&lt;BR /&gt;I believe your [:upper] and [:lower] are the wrong way round ;-)&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 22 Mar 2005 10:47:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509562#M218048</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-03-22T10:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509563#M218049</link>
      <description>Hey Robert,&lt;BR /&gt;Thanks for posting this question.  I've just learned the easy way of doing this.  I've not needed to do an entire file before, just certain sections within a file.  I've done this manually by putting my cursor over the first letter to change to uppercase (or this works also for lowercase) and holding the shift key down and pressing the ~ (tilde) key.  Holding these keys down changes the case from lower to upper or upper to lower (depending on the current case) until I release the keys.&lt;BR /&gt;&lt;BR /&gt;Again, thanks for posting your question.</description>
      <pubDate>Tue, 22 Mar 2005 10:54:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509563#M218049</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2005-03-22T10:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509564#M218050</link>
      <description>Hey Robert,&lt;BR /&gt;I couldn't get this to work:&lt;BR /&gt;# cat file | tr 'a-z' 'A-Z'&lt;BR /&gt;&lt;BR /&gt;but I could get this to work:&lt;BR /&gt;# cat file | tr -s '[:lower:]' '[:upper:]'&lt;BR /&gt;&lt;BR /&gt;Again, thanks.</description>
      <pubDate>Tue, 22 Mar 2005 10:59:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509564#M218050</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2005-03-22T10:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509565#M218051</link>
      <description>Hey Robert,&lt;BR /&gt;Sorry, forgot the complete syntax for converting a file from lowercase to uppercase ...&lt;BR /&gt;&lt;BR /&gt;# cat &lt;INPUT file="" /&gt; | tr -s '[:lower:]' '[:upper:]' &amp;gt; &lt;OUTPUT file=""&gt;&lt;/OUTPUT&gt;</description>
      <pubDate>Tue, 22 Mar 2005 11:02:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509565#M218051</guid>
      <dc:creator>Dani Seely</dc:creator>
      <dc:date>2005-03-22T11:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change lower case</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509566#M218052</link>
      <description>If you want to do this in C, here is it:&lt;BR /&gt;&lt;BR /&gt;--- File toupper.c ----&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;CTYPE.H&gt;&lt;BR /&gt;int main ()&lt;BR /&gt;{&lt;BR /&gt;   for (;!feof(stdin);)&lt;BR /&gt;        fputc (toupper(fgetc (stdin)), stdout);&lt;BR /&gt;    return 0;&lt;BR /&gt;}&lt;BR /&gt;---- End ---&lt;BR /&gt;Save above file in toupper.c and compile.&lt;BR /&gt;# cc toupper.c -o toupper&lt;BR /&gt;&lt;BR /&gt;Execute it as:&lt;BR /&gt;# cat you_file | toupper&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;&lt;/CTYPE.H&gt;&lt;/STDIO.H&gt;</description>
      <pubDate>Tue, 22 Mar 2005 14:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/change-lower-case/m-p/3509566#M218052</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-22T14:18:38Z</dc:date>
    </item>
  </channel>
</rss>

