<?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: Scripting Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451395#M852533</link>
    <description>This is a major area of knowledge which really goes outside the realm of a forum question.  Instead, I recommend _Unix Shell Programming_, Stephen G. Kochan and Patrick H. Wood, by Hayden books.  They cover this issue in depth.  My copy is ancient--I've literally worn the covers off it.  But they have a more recent edition than mine.  If you can get through the first 5 chapters or so, you'll be a Unix ace very quickly.  &lt;BR /&gt;&lt;BR /&gt;Chris</description>
    <pubDate>Tue, 28 Dec 2004 10:00:34 GMT</pubDate>
    <dc:creator>Chris Vail</dc:creator>
    <dc:date>2004-12-28T10:00:34Z</dc:date>
    <item>
      <title>Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451393#M852531</link>
      <description>I am new to UNIX and have a scripting question.&lt;BR /&gt;&lt;BR /&gt;I am somewhat confused on the use ans when to use the following () [] {} "" '' ``&lt;BR /&gt;&lt;BR /&gt;I know {} is used for funtions&lt;BR /&gt;I know [] is used for test command&lt;BR /&gt;is the any clear document or reference that will explain all thier different uses?&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 08:37:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451393#M852531</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2004-12-28T08:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451394#M852532</link>
      <description>&lt;BR /&gt;Hi !&lt;BR /&gt;&lt;BR /&gt;Simply find a relevant section in the attachment!&lt;BR /&gt;&lt;BR /&gt;Regards.</description>
      <pubDate>Tue, 28 Dec 2004 09:25:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451394#M852532</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2004-12-28T09:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451395#M852533</link>
      <description>This is a major area of knowledge which really goes outside the realm of a forum question.  Instead, I recommend _Unix Shell Programming_, Stephen G. Kochan and Patrick H. Wood, by Hayden books.  They cover this issue in depth.  My copy is ancient--I've literally worn the covers off it.  But they have a more recent edition than mine.  If you can get through the first 5 chapters or so, you'll be a Unix ace very quickly.  &lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Tue, 28 Dec 2004 10:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451395#M852533</guid>
      <dc:creator>Chris Vail</dc:creator>
      <dc:date>2004-12-28T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451396#M852534</link>
      <description>thanks for the input I figured it would be a somewhat complex answer.  I will read the tutorials mentioned.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 28 Dec 2004 10:52:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451396#M852534</guid>
      <dc:creator>Smucker</dc:creator>
      <dc:date>2004-12-28T10:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451397#M852535</link>
      <description>"Korn Shell Programming Tuturial" &lt;BR /&gt;&lt;BR /&gt;   by Barry Rosenberg&lt;BR /&gt;&lt;BR /&gt;   published by Addison Wesley. ISBN 020156324X.&lt;BR /&gt;&lt;BR /&gt;Also, ancient.&lt;BR /&gt;&lt;BR /&gt;I use:&lt;BR /&gt;&lt;BR /&gt;{} for command calls:&lt;BR /&gt;  HOST=${ hostname }&lt;BR /&gt;&lt;BR /&gt;but, also for arrays with variable dimensions:&lt;BR /&gt;&lt;BR /&gt;  integer array[3]=${array[2]}&lt;BR /&gt;  pvcreate -f /dev/rdsk/${DISK[$I]}&lt;BR /&gt;&lt;BR /&gt;etc.  Likewise the other marks.  So reading a book is still a good idea.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Dec 2004 11:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451397#M852535</guid>
      <dc:creator>Stuart Abramson</dc:creator>
      <dc:date>2004-12-28T11:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451398#M852536</link>
      <description>Hi SMucker,&lt;BR /&gt;This one is for free.. :)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hk8.org/old_web/unix/ksh/index.htm" target="_blank"&gt;http://www.hk8.org/old_web/unix/ksh/index.htm&lt;/A&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 28 Dec 2004 11:20:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451398#M852536</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-12-28T11:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451399#M852537</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached the doc file containing the table of meta characters and their meanings.&lt;BR /&gt;&lt;BR /&gt;You can see the info in the following link also @ table1.5-1&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sayle.net/book/basics.htm" target="_blank"&gt;http://sayle.net/book/basics.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Tue, 28 Dec 2004 11:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451399#M852537</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-12-28T11:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scripting Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451400#M852538</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Attached the doc file containing the table of meta characters and their meanings.&lt;BR /&gt;&lt;BR /&gt;You can see the info in the following link also @ table1.5-1&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://sayle.net/book/basics.htm" target="_blank"&gt;http://sayle.net/book/basics.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Syam</description>
      <pubDate>Tue, 28 Dec 2004 11:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/scripting-question/m-p/3451400#M852538</guid>
      <dc:creator>Ranjith_5</dc:creator>
      <dc:date>2004-12-28T11:25:26Z</dc:date>
    </item>
  </channel>
</rss>

