<?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 Easy question! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185956#M460704</link>
    <description>If I had to learn a programming language to work on HP-UX as a sys admin which one you would recommend.&lt;BR /&gt;Please take into consideration that I got not programming background whatsover.&lt;BR /&gt;Please note that my job is system administration, nothing related to programming, and for the time being I don´t deal with scripts.&lt;BR /&gt;Please take into account that I have to learn the thing on my own.&lt;BR /&gt;Please take into account that it has got to be something useful to a sys admin role because if not I will forget and what a waiste of time :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime</description>
    <pubDate>Tue, 07 Jul 2009 20:23:36 GMT</pubDate>
    <dc:creator>Jaime Bolanos Rojas.</dc:creator>
    <dc:date>2009-07-07T20:23:36Z</dc:date>
    <item>
      <title>Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185956#M460704</link>
      <description>If I had to learn a programming language to work on HP-UX as a sys admin which one you would recommend.&lt;BR /&gt;Please take into consideration that I got not programming background whatsover.&lt;BR /&gt;Please note that my job is system administration, nothing related to programming, and for the time being I don´t deal with scripts.&lt;BR /&gt;Please take into account that I have to learn the thing on my own.&lt;BR /&gt;Please take into account that it has got to be something useful to a sys admin role because if not I will forget and what a waiste of time :-)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime</description>
      <pubDate>Tue, 07 Jul 2009 20:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185956#M460704</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2009-07-07T20:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185957#M460705</link>
      <description>ksh, perl.</description>
      <pubDate>Tue, 07 Jul 2009 20:27:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185957#M460705</guid>
      <dc:creator>Tingli</dc:creator>
      <dc:date>2009-07-07T20:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185958#M460706</link>
      <description>On HP-UX, the POSIX shell (/usr/bin/sh) is the default shell for everyone.  Learn this shell, not just for writing scripts, but for every day administration.  As a part of this you should get familiar with awk and sed and regular expressions.&lt;BR /&gt;&lt;BR /&gt;PERL is also VERY VERY useful.  It would also be a good idea.&lt;BR /&gt;&lt;BR /&gt;There are plenty of books available for all of the above topics.&lt;BR /&gt;&lt;BR /&gt;There are numerous sites on the Internet that can be a big help to you.</description>
      <pubDate>Tue, 07 Jul 2009 20:31:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185958#M460706</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-07-07T20:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185959#M460707</link>
      <description>Hi Jaime:&lt;BR /&gt;&lt;BR /&gt;Get grounded in the shell first.  HP-UX uses the so-called Posix shell (/sbin/sh and /usr/bin/sh) by default which is a Korn-like shell.&lt;BR /&gt;&lt;BR /&gt;Modern Korn shells and the Bash shell (the defacto Linux standard) are sometimes used, but you _must_ be familar and comfortable using the Posix shell, since '/sbin/sh' can be the only default 'root' shell unless you want an un-startable system.&lt;BR /&gt;&lt;BR /&gt;Whatever you do, do _not_ use the brain-dead C shell ('/usr/bin/csh').  It has so many deficiences and idiosyncracies as to be virtually useless.&lt;BR /&gt;&lt;BR /&gt;When you are comfortable with shell scripting, add 'awk' and 'sed'.  You will encounter their use in many scripts indigenous to HP-UX.  Then, add Perl and enjoy real power.&lt;BR /&gt;&lt;BR /&gt;There are numerous good books on the Unix Shell.  A very good site to begin your learning from is Heiner's "shelldorado":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.shelldorado.com/" target="_blank"&gt;http://www.shelldorado.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A quick overview of the shells to get you started is here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90046/B2355-90046.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 07 Jul 2009 20:41:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185959#M460707</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-07-07T20:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185960#M460708</link>
      <description>Jaime&lt;BR /&gt;&lt;BR /&gt;Probably the way I started many years ago !&lt;BR /&gt;&lt;BR /&gt;shell scripting : there are many different shells :&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90046/ch01s01.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/ch01s01.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90046/ch15s03.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90046/ch15s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;then follow up with sed and awk&lt;BR /&gt;awk :&lt;BR /&gt;&lt;A href="http://www.gnu.org/manual/gawk/html_node/index.html" target="_blank"&gt;http://www.gnu.org/manual/gawk/html_node/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;you will need a good understaning of regular expression :&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/Regular_expression" target="_blank"&gt;http://en.wikipedia.org/wiki/Regular_expression&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check with many examples you may have already on your system (eg insal scripts)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jean-Luc</description>
      <pubDate>Tue, 07 Jul 2009 21:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185960#M460708</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2009-07-07T21:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185961#M460709</link>
      <description>Hi Jaime,&lt;BR /&gt;&lt;BR /&gt;You can find the documentation for programming languages and development tools for HP-UX at &lt;A href="http://docs.hp.com/en/dev.html." target="_blank"&gt;http://docs.hp.com/en/dev.html.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, see the following links: &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1247030437338+28353475&amp;amp;threadId=92457" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1247030437338+28353475&amp;amp;threadId=92457&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1050571" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1050571&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Hemanth</description>
      <pubDate>Wed, 08 Jul 2009 04:51:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185961#M460709</guid>
      <dc:creator>Hemanth Gurunath Basrur</dc:creator>
      <dc:date>2009-07-08T04:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Easy question!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185962#M460710</link>
      <description>Thank you all.&lt;BR /&gt;&lt;BR /&gt;I have it written down, Posix -- awk -- sed -- Perl and eventually if I am still alive C.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Jaime.</description>
      <pubDate>Wed, 08 Jul 2009 11:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-question/m-p/5185962#M460710</guid>
      <dc:creator>Jaime Bolanos Rojas.</dc:creator>
      <dc:date>2009-07-08T11:56:49Z</dc:date>
    </item>
  </channel>
</rss>

