<?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: alias in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644113#M676691</link>
    <description>Thank you!!&lt;BR /&gt;&lt;BR /&gt;I have created the link and its working.&lt;BR /&gt;&lt;BR /&gt;I want to know, how to add the same alias in profile file. send me the syntax Please.</description>
    <pubDate>Tue, 08 Jun 2010 09:53:04 GMT</pubDate>
    <dc:creator>sreedhar2u</dc:creator>
    <dc:date>2010-06-08T09:53:04Z</dc:date>
    <item>
      <title>alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644109#M676686</link>
      <description>I want to add alias for ux2dos and dos2ux as unix2dos,dos2unix. In which file I need to add these aliases, so that these aliases are available to all the users of the system.</description>
      <pubDate>Tue, 08 Jun 2010 09:16:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644109#M676686</guid>
      <dc:creator>sreedhar2u</dc:creator>
      <dc:date>2010-06-08T09:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644110#M676688</link>
      <description>Consider to add the alias command to the profile or maybe better set a link!</description>
      <pubDate>Tue, 08 Jun 2010 09:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644110#M676688</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-08T09:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644111#M676689</link>
      <description>could pls mail me the syntax</description>
      <pubDate>Tue, 08 Jun 2010 09:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644111#M676689</guid>
      <dc:creator>sreedhar2u</dc:creator>
      <dc:date>2010-06-08T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644112#M676690</link>
      <description>Example:&lt;BR /&gt;&lt;BR /&gt;ln -s /usr/contrib/bin/ux2dos /usr/contrib/bin/unix2dos&lt;BR /&gt;&lt;BR /&gt;Check where the binaries are!</description>
      <pubDate>Tue, 08 Jun 2010 09:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644112#M676690</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2010-06-08T09:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644113#M676691</link>
      <description>Thank you!!&lt;BR /&gt;&lt;BR /&gt;I have created the link and its working.&lt;BR /&gt;&lt;BR /&gt;I want to know, how to add the same alias in profile file. send me the syntax Please.</description>
      <pubDate>Tue, 08 Jun 2010 09:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644113#M676691</guid>
      <dc:creator>sreedhar2u</dc:creator>
      <dc:date>2010-06-08T09:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644114#M676693</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I want to know, how to add the same alias in profile file.&lt;BR /&gt;&lt;BR /&gt;Add a line like this to your '.profile':&lt;BR /&gt;&lt;BR /&gt;alias 'dodos=/usr/bin/ux2dos'&lt;BR /&gt;&lt;BR /&gt;Now when you simply do:&lt;BR /&gt;&lt;BR /&gt;# alias&lt;BR /&gt;&lt;BR /&gt;(or):&lt;BR /&gt;&lt;BR /&gt;# alias dodos&lt;BR /&gt;&lt;BR /&gt;...you will see 'dodos' as an alias command.&lt;BR /&gt;&lt;BR /&gt;To dynamically remove the command, do:&lt;BR /&gt;&lt;BR /&gt;# unalias dodos&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 08 Jun 2010 10:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644114#M676693</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-08T10:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: alias</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644115#M676694</link>
      <description>Hi,&lt;BR /&gt;See the link below for "how to alias commands"&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linfo.org/alias.html" target="_blank"&gt;http://www.linfo.org/alias.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Thu, 10 Jun 2010 00:41:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/alias/m-p/4644115#M676694</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2010-06-10T00:41:04Z</dc:date>
    </item>
  </channel>
</rss>

