<?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: Shell Scripting in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429276#M728958</link>
    <description>My apologies....it was not meant to be rude.&lt;BR /&gt;&lt;BR /&gt;I have enjoyed the information on this forum....possibly I'll come back to it sometime....&lt;BR /&gt;&lt;BR /&gt;Once again my apologies ..</description>
    <pubDate>Wed, 30 Aug 2000 19:07:42 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2000-08-30T19:07:42Z</dc:date>
    <item>
      <title>Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429264#M728946</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;I'm after recommended books and/or web sites to teach me HPUX Shell Programming, pref. Korn, C or Posix.&lt;BR /&gt;&lt;BR /&gt;I'm a novice at scripting and want to learn it quickly, I need examples of scripts more than desciptions of expressions, metacharacters and variables.</description>
      <pubDate>Thu, 06 Jul 2000 02:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429264#M728946</guid>
      <dc:creator>Andrew Brain or Yong Ji</dc:creator>
      <dc:date>2000-07-06T02:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429265#M728947</link>
      <description>The best way I found to get an in depth education in shell scripting in a short time is to take the HP course Posix Shell Programming. This is a 4 day course that will overload you with information in a short period of time. This is the best "book" I have found, although I do admit an expensive one.&lt;BR /&gt;&lt;BR /&gt;Brian&lt;BR /&gt;&amp;lt;*(((&amp;gt;&amp;lt; er</description>
      <pubDate>Thu, 06 Jul 2000 10:17:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429265#M728947</guid>
      <dc:creator>Brian M. Fisher</dc:creator>
      <dc:date>2000-07-06T10:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429266#M728948</link>
      <description>One of the better sources for this that we use are the O'Reily "Nutshell" books such as Ksh/Csh in a Nutshell for starters.</description>
      <pubDate>Thu, 06 Jul 2000 12:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429266#M728948</guid>
      <dc:creator>Dale McNamara</dc:creator>
      <dc:date>2000-07-06T12:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429267#M728949</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For ksh, go right to the source and try "The Kornshell, Command and Programming language" by M. I. Bolsky and D. G. Korn, the guy who wrote ksh. There are two versions of this book out there, the newer one describes the new version of ksh with OO features, this is not the one that comes standard on HP so you might want to get the older one.&lt;BR /&gt;&lt;BR /&gt;TTudrej</description>
      <pubDate>Thu, 06 Jul 2000 12:45:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429267#M728949</guid>
      <dc:creator>Thomas G. Tudrej</dc:creator>
      <dc:date>2000-07-06T12:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429268#M728950</link>
      <description>Hands-on Kornshell93 Programming (Barry Rosenberg, Addison Wesley 1998) gets my nod.  This is a very well written text with each function explained in detail and each used in a short script.  The output results of the script are also shown so you don't need sit by a computer to test and see what's going on.  It spends a lot of time dealing most of the important scripting options and function reference pages that look similar to man pages without the clutter (great for reference down the street).  About the only thing they missed in my mind is designating which functions apply to the 88 standard vs the 93 version of the korn shell.  This book impressed me to the extent that I spent the time to mail the author with my complements.</description>
      <pubDate>Thu, 06 Jul 2000 15:26:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429268#M728950</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2000-07-06T15:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429269#M728951</link>
      <description>I teach shell programming at a local communiuty college that deald with "vanilla" UNIX.  Going to a community college may be a low cost solution.  The book I use: UNIX Shell Programming (ISBN: 0-672-48448-X) is an industry tried and true standard for most Sys Admins.  HP does have a Shell Programming book on their Instant Information CD, which is helpful for HP-UX alone.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 30 Aug 2000 10:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429269#M728951</guid>
      <dc:creator>Chris Amick_1</dc:creator>
      <dc:date>2000-08-30T10:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429270#M728952</link>
      <description>I teach shell programming at a local communiuty college that deals with "vanilla" UNIX.  Going to a community college may be a low cost solution.  The book I use: UNIX Shell Programming (ISBN: 0-672-48448-X) is an industry tried and true standard for most Sys Admins.  HP does have a Shell Programming book on their Instant Information CD, which is helpful for HP-UX alone.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 30 Aug 2000 10:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429270#M728952</guid>
      <dc:creator>Chris Amick_1</dc:creator>
      <dc:date>2000-08-30T10:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429271#M728953</link>
      <description>A couple of books I have found to very useful are:&lt;BR /&gt;&lt;BR /&gt;UNIX Shells by Example&lt;BR /&gt;Ellie Quigley&lt;BR /&gt;ISBN# 0-13-460866-6&lt;BR /&gt;&lt;BR /&gt;UNIX Shell Programming&lt;BR /&gt;Lowell Jay and Ted Burns&lt;BR /&gt;ISBN# 0-471-59941-7</description>
      <pubDate>Wed, 30 Aug 2000 12:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429271#M728953</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-08-30T12:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429272#M728954</link>
      <description>A great book on C is "C Programming a Modern Approach". The spiral approach of K.N. King is second to none. Just see the reviews at amazon.com.&lt;BR /&gt;&lt;BR /&gt;For more info, check the authors website &lt;A href="http://www.knking.com." target="_blank"&gt;http://www.knking.com.&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Aug 2000 16:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429272#M728954</guid>
      <dc:creator>Leslie Chaim</dc:creator>
      <dc:date>2000-08-30T16:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429273#M728955</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Definitely O'Reilly!!!&lt;BR /&gt;&lt;BR /&gt;Bye,&lt;BR /&gt;Rik</description>
      <pubDate>Wed, 30 Aug 2000 16:45:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429273#M728955</guid>
      <dc:creator>RikTytgat</dc:creator>
      <dc:date>2000-08-30T16:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429274#M728956</link>
      <description>I know you asked about books for this....and all the above are good.&lt;BR /&gt;But I thought I'd mention there is also a class on this that HP offers.... learning from a book is good - but sometimes having some hands on an someone to show you how to do it really helps when your getting started too !!.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;....and don't forget to assign pts</description>
      <pubDate>Wed, 30 Aug 2000 17:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429274#M728956</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-30T17:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429275#M728957</link>
      <description>I agree with both the mentions of "O'Reilly" and a class.  OReilly's Learning the Korn shell is very good, as well as Unix power tools.  Hands on is the best approach to learning at either a specialized HP class, or local university.  This is assuming you have the time(which it sounds like you do not)&lt;BR /&gt;Just a side note to scripting.  Comment them like crazy!  If you ever leave, the next sys-admin will have to understand what you did.  Also, next year, you may not remember why you did something.&lt;BR /&gt;I have attached a scipt I wrote a while ago, which may help you a bit.  While not the best (I was in a hurry writing parts of this) it should get ya goin with functions, variables, redirection, etc.  It is the equivalent to Microcrap's "Find Fast Utility", which most of my designers and engineers use to find cad/cam data.&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Shannon&lt;BR /&gt;&lt;BR /&gt;PS.  I think it is very rude for anyone to say "...dont forget to assign points".  The goal of these forums should be to learn and share knowlege, and not to get brownie points or kiss butt!</description>
      <pubDate>Wed, 30 Aug 2000 18:58:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429275#M728957</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2000-08-30T18:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429276#M728958</link>
      <description>My apologies....it was not meant to be rude.&lt;BR /&gt;&lt;BR /&gt;I have enjoyed the information on this forum....possibly I'll come back to it sometime....&lt;BR /&gt;&lt;BR /&gt;Once again my apologies ..</description>
      <pubDate>Wed, 30 Aug 2000 19:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429276#M728958</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2000-08-30T19:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429277#M728959</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;OK.  One I liked for the fact that it gave a quick overview of the Bourne, KSH, C and POSIX shells was HP's "Shells: User's Guide" [available at &lt;A href="http://docs.hp.com/hpux/os/" target="_blank"&gt;http://docs.hp.com/hpux/os/&lt;/A&gt; in PDF or HTML format].&lt;BR /&gt;&lt;BR /&gt;I encountered it in hardcopy.  It has an easy-to-read format with simple examples covering some of the "guts" of shell programming.  I think it's got good value for the beginner, providing an instant comfort level and simple reference.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 30 Aug 2000 19:09:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429277#M728959</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-08-30T19:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Shell Scripting</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429278#M728960</link>
      <description>The HP "Shells: User's Guide" can also be found on the HP Instant Information CDROM.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 06 Sep 2000 10:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/shell-scripting/m-p/2429278#M728960</guid>
      <dc:creator>Chris Amick_1</dc:creator>
      <dc:date>2000-09-06T10:39:57Z</dc:date>
    </item>
  </channel>
</rss>

