<?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 alias again in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202452#M324902</link>
    <description>i have setup alias for a command. it works in comand line not script.could u please advice ....what could be the prob&lt;BR /&gt;thanks so much</description>
    <pubDate>Wed, 21 May 2008 17:45:58 GMT</pubDate>
    <dc:creator>navin</dc:creator>
    <dc:date>2008-05-21T17:45:58Z</dc:date>
    <item>
      <title>alias again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202452#M324902</link>
      <description>i have setup alias for a command. it works in comand line not script.could u please advice ....what could be the prob&lt;BR /&gt;thanks so much</description>
      <pubDate>Wed, 21 May 2008 17:45:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202452#M324902</guid>
      <dc:creator>navin</dc:creator>
      <dc:date>2008-05-21T17:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: alias again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202453#M324903</link>
      <description>the answers still apply:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1233036" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?threadId=1233036&lt;/A&gt;</description>
      <pubDate>Wed, 21 May 2008 17:52:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202453#M324903</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-05-21T17:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: alias again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202454#M324904</link>
      <description>Hi Navin:&lt;BR /&gt;&lt;BR /&gt;As Torsten notes, re-read your original post.&lt;BR /&gt;&lt;BR /&gt;Be sure that you are sourcing (reading; not executing) your script.  This works:&lt;BR /&gt;&lt;BR /&gt;# cat ./myalias&lt;BR /&gt;#!/usr/bin/sh&lt;BR /&gt;alias say='echo'&lt;BR /&gt;&lt;BR /&gt;# . ./myalias&lt;BR /&gt;# say hello&lt;BR /&gt;hello&lt;BR /&gt;&lt;BR /&gt;Notice the dot; some whitespace; and then the name of the file to be sourced  (read).  The idea is not to create a new environment.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 21 May 2008 18:04:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202454#M324904</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-05-21T18:04:41Z</dc:date>
    </item>
    <item>
      <title>Re: alias again</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202455#M324905</link>
      <description>You should consider not using aliases in scripts.  Or if you do, define it in the same file.&lt;BR /&gt;I have defined ENV so that my .kshrc file is not available in my scripts, so they run faster.</description>
      <pubDate>Thu, 22 May 2008 06:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias-again/m-p/4202455#M324905</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-05-22T06:21:45Z</dc:date>
    </item>
  </channel>
</rss>

