<?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: $ to # in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447898#M769743</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;insert in your $HOME/.profile the lines:&lt;BR /&gt;&lt;BR /&gt;PS1='#'&lt;BR /&gt;export PS1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and run &lt;BR /&gt;. $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;federico&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Sep 2000 10:55:19 GMT</pubDate>
    <dc:creator>federico_3</dc:creator>
    <dc:date>2000-09-26T10:55:19Z</dc:date>
    <item>
      <title>$ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447895#M769740</link>
      <description>If i have a login that gets to the $ sign, how do it get it back to the # sign?  &lt;BR /&gt;&lt;BR /&gt;Any help would be greatly appreciate.</description>
      <pubDate>Tue, 26 Sep 2000 10:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447895#M769740</guid>
      <dc:creator>Bill Ogle_1</dc:creator>
      <dc:date>2000-09-26T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447896#M769741</link>
      <description>PS1='# '</description>
      <pubDate>Tue, 26 Sep 2000 10:51:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447896#M769741</guid>
      <dc:creator>Lasse Knudsen</dc:creator>
      <dc:date>2000-09-26T10:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447897#M769742</link>
      <description>Ok, so when i get to the # sign, how do it get it so it shows my path on the screen.  Ex.  &lt;BR /&gt;&lt;BR /&gt;# cd /u1&lt;BR /&gt;/u1#&lt;BR /&gt;&lt;BR /&gt;...</description>
      <pubDate>Tue, 26 Sep 2000 10:54:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447897#M769742</guid>
      <dc:creator>Bill Ogle_1</dc:creator>
      <dc:date>2000-09-26T10:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447898#M769743</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;insert in your $HOME/.profile the lines:&lt;BR /&gt;&lt;BR /&gt;PS1='#'&lt;BR /&gt;export PS1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and run &lt;BR /&gt;. $HOME/.profile&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;federico&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2000 10:55:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447898#M769743</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-26T10:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447899#M769744</link>
      <description>To get the current directory:-&lt;BR /&gt;&lt;BR /&gt;PS1='$PWD #'</description>
      <pubDate>Tue, 26 Sep 2000 11:01:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447899#M769744</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2000-09-26T11:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447900#M769745</link>
      <description>Try PS1=$(whoami)`uname -n` '[${PWD##*/}] '&lt;BR /&gt;This will show you current directory where you are, username  and the system name</description>
      <pubDate>Tue, 26 Sep 2000 11:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447900#M769745</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-26T11:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447901#M769746</link>
      <description>Try export PS1=$(whoami)`uname -n` '[${PWD##*/}] '&lt;BR /&gt;This will show you current directory where you are, username  and the system name</description>
      <pubDate>Tue, 26 Sep 2000 11:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447901#M769746</guid>
      <dc:creator>CHRIS_ANORUO</dc:creator>
      <dc:date>2000-09-26T11:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: $ to #</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447902#M769747</link>
      <description>&lt;BR /&gt;insert in your .profile the following :&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PS1='$PWD # '&lt;BR /&gt;&lt;BR /&gt;export PS1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;federico</description>
      <pubDate>Tue, 26 Sep 2000 11:03:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/to/m-p/2447902#M769747</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2000-09-26T11:03:24Z</dc:date>
    </item>
  </channel>
</rss>

