<?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: about history command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319951#M849221</link>
    <description>Make sure user has write access to their home directory...&lt;BR /&gt;&lt;BR /&gt;You don't need HISTFILE (unless you are root). The default is to use $HOME/.sh_history (see man sh-posix).&lt;BR /&gt;&lt;BR /&gt;What shell is the user using?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
    <pubDate>Wed, 30 Jun 2004 23:46:52 GMT</pubDate>
    <dc:creator>Geoff Wild</dc:creator>
    <dc:date>2004-06-30T23:46:52Z</dc:date>
    <item>
      <title>about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319948#M849218</link>
      <description>Hi everybody,&lt;BR /&gt;&lt;BR /&gt;How to enable the history? I made entry for variable in .profile file in Home directory.&lt;BR /&gt;But after exporting aslo next login its not working&lt;BR /&gt;&lt;BR /&gt;HISTFILE=/home/user/.sh_history&lt;BR /&gt;HISTSIZE=100&lt;BR /&gt;export HISTFILE&lt;BR /&gt;&lt;BR /&gt;help me how to enable this permantently while login..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shankar &lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jun 2004 23:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319948#M849218</guid>
      <dc:creator>shan_7</dc:creator>
      <dc:date>2004-06-30T23:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319949#M849219</link>
      <description>Insert the following also in your .profile&lt;BR /&gt;ksh -o vi&lt;BR /&gt;&lt;BR /&gt;And re-login ..&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 30 Jun 2004 23:23:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319949#M849219</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-30T23:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319950#M849220</link>
      <description>check this thread &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=140137&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Kaps</description>
      <pubDate>Wed, 30 Jun 2004 23:26:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319950#M849220</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-30T23:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319951#M849221</link>
      <description>Make sure user has write access to their home directory...&lt;BR /&gt;&lt;BR /&gt;You don't need HISTFILE (unless you are root). The default is to use $HOME/.sh_history (see man sh-posix).&lt;BR /&gt;&lt;BR /&gt;What shell is the user using?&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Wed, 30 Jun 2004 23:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319951#M849221</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-06-30T23:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319952#M849222</link>
      <description>Hi Shankar,&lt;BR /&gt;&lt;BR /&gt;Even "set -o vi" will do the job for you. As Geoff has rightly pointed out, .sh_history is where your command history is stored.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sri Ram</description>
      <pubDate>Thu, 01 Jul 2004 01:55:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319952#M849222</guid>
      <dc:creator>R. Sri Ram Kishore_1</dc:creator>
      <dc:date>2004-07-01T01:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319953#M849223</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt;   We can use the history of commands usage from csh shell.&lt;BR /&gt;   Default location of HISTFILE is /home/.sh_history. The users wants to use the histroy of commands has to have the full permission on /home/ directory.&lt;BR /&gt;   &lt;BR /&gt;   If you want to have default history enablement after the startup,make changes on the /home/USER/.profile file.&lt;BR /&gt;   To enable the history on shell use as like "set -o vi" or "ksh -o vi" with your HISTFILE options on that .profile file&lt;BR /&gt;   &lt;BR /&gt;   See ksh man page for HISTFILE and command Re-entry part to know about this history of commands.&lt;BR /&gt;   &lt;BR /&gt;Regards,&lt;BR /&gt;Muthukumar&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Jul 2004 02:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319953#M849223</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2004-07-01T02:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319954#M849224</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Pls consider the following environment definition into your .profile:&lt;BR /&gt;&lt;BR /&gt;EDITOR=vi; export EDITOR&lt;BR /&gt;HISTFILE=/.sh_history; export HISTFILE&lt;BR /&gt;HISTSIZE=10000; export HISTSIZE&lt;BR /&gt;&lt;BR /&gt;Rgds.</description>
      <pubDate>Thu, 01 Jul 2004 05:36:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319954#M849224</guid>
      <dc:creator>Jose Mosquera</dc:creator>
      <dc:date>2004-07-01T05:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319955#M849225</link>
      <description>Check this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=59366" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=59366&lt;/A&gt;&lt;BR /&gt;thanks,</description>
      <pubDate>Thu, 01 Jul 2004 06:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319955#M849225</guid>
      <dc:creator>SAHA</dc:creator>
      <dc:date>2004-07-01T06:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319956#M849226</link>
      <description>Shankar,&lt;BR /&gt;&lt;BR /&gt;This is Don Conway......are you the shankar I worked with at Fisher Controls in Marshalltown, Iowa?&lt;BR /&gt;&lt;BR /&gt;Don</description>
      <pubDate>Fri, 21 Jan 2005 16:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319956#M849226</guid>
      <dc:creator>RIACDC</dc:creator>
      <dc:date>2005-01-21T16:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: about history command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319957#M849227</link>
      <description>&lt;BR /&gt;Shankar,Ganesh&lt;BR /&gt;&lt;BR /&gt;This is Don Conway......are you the shankar I worked with at Fisher Controls in Marshalltown, Iowa?&lt;BR /&gt;Don donald.conway@chra.army.mil&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2005 16:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/about-history-command/m-p/3319957#M849227</guid>
      <dc:creator>RIACDC</dc:creator>
      <dc:date>2005-01-21T16:07:36Z</dc:date>
    </item>
  </channel>
</rss>

