<?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: $* alternative to find command line arguments? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308914#M711982</link>
    <description>give over...&lt;BR /&gt;&lt;BR /&gt;mind you some of us here need to sort ourselves out.&lt;BR /&gt;&lt;BR /&gt;well I'm glad I changed your attitude, we need folk like you...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 27 Jun 2004 19:53:19 GMT</pubDate>
    <dc:creator>SM_3</dc:creator>
    <dc:date>2004-06-27T19:53:19Z</dc:date>
    <item>
      <title>$* alternative to find command line arguments?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308909#M711977</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;Is there an alternative to $* to list/find command line arguments?&lt;BR /&gt;&lt;BR /&gt;I heard someone mention the @ sign the other day!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jun 2004 03:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308909#M711977</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2004-06-18T03:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: $* alternative to find command line arguments?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308910#M711978</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When used as a command argument, "$*" is equivalent to "$1d$2d...", where d is the first character of the IFS parameter,&lt;BR /&gt;whereas "$@" is equivalent to "$1" "$2" ....  Inside back single quote&lt;BR /&gt;(accent grave) marks (``) \ quotes the characters \, `, and $.  If the&lt;BR /&gt;back single quotes occur within double quotes, \ also quotes the&lt;BR /&gt;character ".&lt;BR /&gt;&lt;BR /&gt;The special meaning of keywords or aliases can be removed by quoting any character of the keyword.  The recognition of function names or special command names listed below cannot be altered by quoting them.&lt;BR /&gt;&lt;BR /&gt;From man of ksh.&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;BR /&gt;Regards,</description>
      <pubDate>Fri, 18 Jun 2004 03:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308910#M711978</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2004-06-18T03:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: $* alternative to find command line arguments?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308911#M711979</link>
      <description>Make a file like this:&lt;BR /&gt;&lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;# myfile.sh&lt;BR /&gt;for X in "$@"&lt;BR /&gt;   do&lt;BR /&gt;   echo " arg $X"&lt;BR /&gt;done&lt;BR /&gt;for X in "$*"&lt;BR /&gt;   do&lt;BR /&gt;   echo " arg $X"&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;Then run it:&lt;BR /&gt;sh ./myfile.sh  a b c d e f g&lt;BR /&gt;&lt;BR /&gt;You see that $@ takes the letters one at a time and $* takes it all.&lt;BR /&gt;&lt;BR /&gt;steve&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2004 15:48:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308911#M711979</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-06-23T15:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: $* alternative to find command line arguments?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308912#M711980</link>
      <description>cheers steve!&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jun 2004 18:30:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308912#M711980</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2004-06-23T18:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: $* alternative to find command line arguments?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308913#M711981</link>
      <description>Wow.  I never expected to see points again.  I (almost) gave up on being helpful.   Thanks for turning my attitude around.&lt;BR /&gt;Steve</description>
      <pubDate>Thu, 24 Jun 2004 06:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308913#M711981</guid>
      <dc:creator>Steve Post</dc:creator>
      <dc:date>2004-06-24T06:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: $* alternative to find command line arguments?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308914#M711982</link>
      <description>give over...&lt;BR /&gt;&lt;BR /&gt;mind you some of us here need to sort ourselves out.&lt;BR /&gt;&lt;BR /&gt;well I'm glad I changed your attitude, we need folk like you...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 27 Jun 2004 19:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alternative-to-find-command-line-arguments/m-p/3308914#M711982</guid>
      <dc:creator>SM_3</dc:creator>
      <dc:date>2004-06-27T19:53:19Z</dc:date>
    </item>
  </channel>
</rss>

