<?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 problem with script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895884#M701294</link>
    <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have a queries with scripting:&lt;BR /&gt;&lt;BR /&gt;!#/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;set a=$1&lt;BR /&gt;set b=$2&lt;BR /&gt;set c=$3&lt;BR /&gt;&lt;BR /&gt;May I know what does this use of $ sign represent?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Henry&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 13 Apr 2005 00:36:47 GMT</pubDate>
    <dc:creator>Henry Chua</dc:creator>
    <dc:date>2005-04-13T00:36:47Z</dc:date>
    <item>
      <title>problem with script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895884#M701294</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I have a queries with scripting:&lt;BR /&gt;&lt;BR /&gt;!#/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;set a=$1&lt;BR /&gt;set b=$2&lt;BR /&gt;set c=$3&lt;BR /&gt;&lt;BR /&gt;May I know what does this use of $ sign represent?&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Henry&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 00:36:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895884#M701294</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2005-04-13T00:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: problem with script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895885#M701295</link>
      <description>There are the parameters from the command line.&lt;BR /&gt;For example, if you have a script named 'foo', and you want to give it two&lt;BR /&gt;parameters, 'X1' and 'X2'.  You would type this command: &lt;BR /&gt;foo X1 X2&lt;BR /&gt;&lt;BR /&gt;Within the script, '$1' will return the first parameter 'X1', and '$2' will&lt;BR /&gt;return the second parameter 'X2'.  '$0' returns the command name, 'foo'.&lt;BR /&gt;&lt;BR /&gt;#!/bin/csh -f&lt;BR /&gt;echo 'Command:' $0&lt;BR /&gt;echo 'Parameters:' $1 $2&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Apr 2005 00:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895885#M701295</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-04-13T00:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: problem with script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895886#M701296</link>
      <description>thanks Sergejs, right on..</description>
      <pubDate>Wed, 13 Apr 2005 00:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-script/m-p/4895886#M701296</guid>
      <dc:creator>Henry Chua</dc:creator>
      <dc:date>2005-04-13T00:53:16Z</dc:date>
    </item>
  </channel>
</rss>

